diff options
author | Marin Hannache | 2013-07-15 17:56:29 +0200 |
---|---|---|
committer | Michael Brown | 2013-07-15 17:56:29 +0200 |
commit | 30de9e8300e97c4b56e29f5a3b08e4615b30606f (patch) | |
tree | 48d66fac04d1a3eb129e878c2696f9afef2f6e8f /src/Makefile | |
parent | [ifmgmt] Avoid relying on global variable within ifcommon_exec() (diff) | |
download | ipxe-30de9e8300e97c4b56e29f5a3b08e4615b30606f.tar.gz ipxe-30de9e8300e97c4b56e29f5a3b08e4615b30606f.tar.xz ipxe-30de9e8300e97c4b56e29f5a3b08e4615b30606f.zip |
[nfs] Add support for NFS protocol
Tested-by: Robin Smidsrød <robin@smidsrod.no>
Signed-off-by: Marin Hannache <git@mareo.fr>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 792fad99..acd45fcf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -61,7 +61,7 @@ ZLIB_DIR := /usr SRCDIRS := SRCDIRS += libgcc SRCDIRS += core -SRCDIRS += net net/tcp net/udp net/infiniband net/80211 +SRCDIRS += net net/oncrpc net/tcp net/udp net/infiniband net/80211 SRCDIRS += image SRCDIRS += drivers/bus SRCDIRS += drivers/net |