X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2FMakefile;h=e9cc8ada96a783ae18444c9f68a107bede6e0054;hb=4d2749be62b4bf749766a030c74688031edcfbad;hp=31aadc2ffc11d5882047a789e3f88e66a7aac698;hpb=c0bb110b695130866838518e680bdd5473e47928;p=oweals%2Fu-boot.git diff --git a/net/Makefile b/net/Makefile index 31aadc2ffc..e9cc8ada96 100644 --- a/net/Makefile +++ b/net/Makefile @@ -5,8 +5,9 @@ # SPDX-License-Identifier: GPL-2.0+ # -# CFLAGS += -DDEBUG +#ccflags-y += -DDEBUG +obj-y += checksum.o obj-$(CONFIG_CMD_NET) += arp.o obj-$(CONFIG_CMD_NET) += bootp.o obj-$(CONFIG_CMD_CDP) += cdp.o