summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-05-23 07:57:59 +0000
committerJoe Hershberger <joe.hershberger@ni.com>2012-05-23 14:19:22 -0500
commitf575ae1f7d3940efbfc43e4236adb4a8ec1db632 (patch)
treec938134ea39543f6919396f0d9641a18d2530574 /net/Makefile
parenteafc8db0e35275330f43a4cf7b7ae8aba71c9728 (diff)
downloadblackbird-obmc-uboot-f575ae1f7d3940efbfc43e4236adb4a8ec1db632.tar.gz
blackbird-obmc-uboot-f575ae1f7d3940efbfc43e4236adb4a8ec1db632.zip
net: Move CDP out of net.c
Separate this functionality out of the net.c behemoth Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
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 5901046eea..b350bfcc5e 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -28,6 +28,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)libnet.o
COBJS-$(CONFIG_CMD_NET) += bootp.o
+COBJS-$(CONFIG_CMD_CDP) += cdp.o
COBJS-$(CONFIG_CMD_DNS) += dns.o
COBJS-$(CONFIG_CMD_NET) += eth.o
COBJS-$(CONFIG_CMD_NET) += net.o
OpenPOWER on IntegriCloud