X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2FMakefile;h=e9cc8ada96a783ae18444c9f68a107bede6e0054;hb=5e68ff3949a3eebf62ba639171814f39c8e46a84;hp=31aadc2ffc11d5882047a789e3f88e66a7aac698;hpb=85b8c5c4bf80025de4632ae6c9a8a606e51508a4;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