X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=net%2FMakefile;h=6ba8f7575e2132729d5784ebb7cbbdc919fd5b90;hb=ede4b2976b60a50845dccfdc0be4817f00100021;hp=31aadc2ffc11d5882047a789e3f88e66a7aac698;hpb=c0bb110b695130866838518e680bdd5473e47928;p=karo-tx-uboot.git diff --git a/net/Makefile b/net/Makefile index 31aadc2ffc..6ba8f7575e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -5,9 +5,11 @@ # SPDX-License-Identifier: GPL-2.0+ # -# CFLAGS += -DDEBUG +#ccflags-y += -DDEBUG +obj-y += checksum.o obj-$(CONFIG_CMD_NET) += arp.o +obj-$(CONFIG_CMD_BOOTCE) += bootme.o obj-$(CONFIG_CMD_NET) += bootp.o obj-$(CONFIG_CMD_CDP) += cdp.o obj-$(CONFIG_CMD_DNS) += dns.o