X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2FMakefile;h=e9cc8ada96a783ae18444c9f68a107bede6e0054;hb=c851a2458fbc12495f4f786d4eabb612850a5143;hp=31aadc2ffc11d5882047a789e3f88e66a7aac698;hpb=d44a5f51288aec60c6bdb4ac939d75c24e5bf9c2;p=u-boot 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