]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - net/Makefile
* Patch by Masami Komiya, 30 Mar 2005:
[people/ms/u-boot.git] / net / Makefile
index cf25a0f33e396b9a8fabcda9e3b9edd30441b2b2..7a704898c2111ef2380f1ceac02d593c079f0a8b 100644 (file)
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = libnet.a
 
-OBJS   = net.o tftp.o bootp.o rarp.o eth.o nfs.o
+OBJS   = net.o tftp.o bootp.o rarp.o eth.o nfs.o sntp.o
 all:   $(LIB)
 
 $(LIB):        $(START) $(OBJS)