diff options
author | wdenk <wdenk> | 2004-02-24 02:00:03 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-02-24 02:00:03 +0000 |
commit | cbd8a35c6dbaaca35494cbec319960887ad02dcf (patch) | |
tree | f3a5f6817a203a6e3a0a0ab7fb9df5b3697c07e3 /net/Makefile | |
parent | 074cff0d2863bab21b065cf283eccd728f4fecaa (diff) | |
download | u-boot-imx-cbd8a35c6dbaaca35494cbec319960887ad02dcf.zip u-boot-imx-cbd8a35c6dbaaca35494cbec319960887ad02dcf.tar.gz u-boot-imx-cbd8a35c6dbaaca35494cbec319960887ad02dcf.tar.bz2 |
* 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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index b899d7b..cf25a0f 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) |