X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2FMakefile;h=6ba8f7575e2132729d5784ebb7cbbdc919fd5b90;hb=1f8434723ebbae4a1d95181e2b05a5e6dadfb02c;hp=942595021dad1cf3fccb27531bde72e20e0acd88;hpb=6825a95b0ba72c4e5667d02d8b31986e2e9abd5a;p=karo-tx-uboot.git diff --git a/net/Makefile b/net/Makefile index 942595021d..6ba8f7575e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -7,7 +7,9 @@ #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