]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/Makefile
net: Move ARP out of net.c
[karo-tx-uboot.git] / net / Makefile
index b350bfcc5eb4a6101025dd3bb8f185ffd79c0335..0916a566a278eb231c3f2bfc559d5cb10cf2df58 100644 (file)
@@ -27,6 +27,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)libnet.o
 
+COBJS-$(CONFIG_CMD_NET)  += arp.o
 COBJS-$(CONFIG_CMD_NET)  += bootp.o
 COBJS-$(CONFIG_CMD_CDP)  += cdp.o
 COBJS-$(CONFIG_CMD_DNS)  += dns.o