commit | f575ae1f7d3940efbfc43e4236adb4a8ec1db632 | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed May 23 07:57:59 2012 +0000 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Wed May 23 14:19:22 2012 -0500 |
tree | c938134ea39543f6919396f0d9641a18d2530574 | |
parent | eafc8db0e35275330f43a4cf7b7ae8aba71c9728 [diff] [blame] |
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>
diff --git a/net/Makefile b/net/Makefile index 5901046..b350bfc 100644 --- a/net/Makefile +++ b/net/Makefile
@@ -28,6 +28,7 @@ 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