Cleanup debug code for yucca board.
[platform/kernel/u-boot.git] / net / Makefile
index db0a69f..7a70489 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)