X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2FMakefile;h=6ba8f7575e2132729d5784ebb7cbbdc919fd5b90;hb=243c0adf895fc3eaf78ef8696fe1937e17fa9aca;hp=e9cc8ada96a783ae18444c9f68a107bede6e0054;hpb=ab92da9f47d51d363c7de42e2a7bd807e2c1bd54;p=karo-tx-uboot.git diff --git a/net/Makefile b/net/Makefile index e9cc8ada96..6ba8f7575e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -9,6 +9,7 @@ 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