diff options
| author | Joe Hershberger <[email protected]> | 2012-05-23 07:58:01 +0000 |
|---|---|---|
| committer | Joe Hershberger <[email protected]> | 2012-05-23 14:19:23 -0500 |
| commit | d280d3f430a4056e7baf66dc4be705dc8cc9bd37 (patch) | |
| tree | aa2ed9082775d60fa6a6e0ef4096947ad200685e /net/Makefile | |
| parent | 1735188329d8c6357299462275061c05a46e100f (diff) | |
net: Move ARP out of net.c
Separate this functionality out of the net.c behemoth
Signed-off-by: Joe Hershberger <[email protected]>
Acked-by: Simon Glass <[email protected]>
Acked-by: Mike Frysinger <[email protected]>
Diffstat (limited to 'net/Makefile')
| -rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b350bfcc5eb..0916a566a27 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 |
