summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-05-23 07:58:01 +0000
committerJoe Hershberger <joe.hershberger@ni.com>2012-05-23 14:19:23 -0500
commitd280d3f430a4056e7baf66dc4be705dc8cc9bd37 (patch)
treeaa2ed9082775d60fa6a6e0ef4096947ad200685e /net/Makefile
parent1735188329d8c6357299462275061c05a46e100f (diff)
downloadtalos-obmc-uboot-d280d3f430a4056e7baf66dc4be705dc8cc9bd37.tar.gz
talos-obmc-uboot-d280d3f430a4056e7baf66dc4be705dc8cc9bd37.zip
net: Move ARP out of net.c
Separate this functionality out of the net.c behemoth Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org> Acked-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index b350bfcc5e..0916a566a2 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -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
OpenPOWER on IntegriCloud