summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-02-24 02:00:03 +0000
committerwdenk <wdenk>2004-02-24 02:00:03 +0000
commitcbd8a35c6dbaaca35494cbec319960887ad02dcf (patch)
treef3a5f6817a203a6e3a0a0ab7fb9df5b3697c07e3 /net/Makefile
parent074cff0d2863bab21b065cf283eccd728f4fecaa (diff)
downloadblackbird-obmc-uboot-cbd8a35c6dbaaca35494cbec319960887ad02dcf.tar.gz
blackbird-obmc-uboot-cbd8a35c6dbaaca35494cbec319960887ad02dcf.zip
* Patch by Masami Komiy, 22 Feb 2004:
Add support for NFS for file download * Minor code cleanup
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index b899d7b2f2..cf25a0f33e 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
LIB = libnet.a
-OBJS = net.o tftp.o bootp.o rarp.o eth.o
+OBJS = net.o tftp.o bootp.o rarp.o eth.o nfs.o
all: $(LIB)
$(LIB): $(START) $(OBJS)
OpenPOWER on IntegriCloud