]> git.sur5r.net Git - u-boot/blobdiff - net/Makefile
* Patch by Matthew S. McClintock, 14 Apr 2004:
[u-boot] / net / Makefile
index b899d7b2f2a112c35b75525f3e860bd3e8e9a711..cf25a0f33e396b9a8fabcda9e3b9edd30441b2b2 100644 (file)
@@ -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)