]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/Makefile
karo: remove redundant cmap entry in panel_info
[karo-tx-uboot.git] / net / Makefile
index 942595021dad1cf3fccb27531bde72e20e0acd88..6ba8f7575e2132729d5784ebb7cbbdc919fd5b90 100644 (file)
@@ -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