Fix U-Boot compilation for MIPS boards using ELDK 4.0
[oweals/u-boot.git] / net / Makefile
index db0a69fae003748d6d54d6e16543cd8a77f1aa5b..7a704898c2111ef2380f1ceac02d593c079f0a8b 100644 (file)
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = libnet.a
 
-OBJS   = net.o tftp.o bootp.o rarp.o arp.o eth.o
+OBJS   = net.o tftp.o bootp.o rarp.o eth.o nfs.o sntp.o
 all:   $(LIB)
 
 $(LIB):        $(START) $(OBJS)