]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/Makefile
karo: tx6: add support for TX6 HW Rev. 3
[karo-tx-uboot.git] / net / Makefile
index 4c9a97f04d668d95299d9998f941260d3f3c6c07..13917d0713f40f85c10a10d037380bb67720b521 100644 (file)
@@ -11,6 +11,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)libnet.o
 
+COBJS-$(CONFIG_CMD_BOOTCE) += bootme.o
 COBJS-$(CONFIG_CMD_NET)  += arp.o
 COBJS-$(CONFIG_CMD_NET)  += bootp.o
 COBJS-$(CONFIG_CMD_CDP)  += cdp.o