patch-2.4.0-prerelease linux/fs/nfs/Makefile
Next file: linux/fs/nfs/file.c
Previous file: linux/fs/ncpfs/symlink.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Fri Dec 29 14:07:23 2000
- Orig file:
v2.4.0-test12/linux/fs/nfs/Makefile
- Orig date:
Tue Sep 5 14:02:41 2000
diff -u --recursive --new-file v2.4.0-test12/linux/fs/nfs/Makefile linux/fs/nfs/Makefile
@@ -8,16 +8,13 @@
# Note 2! The CFLAGS definitions are now in the main makefile.
O_TARGET := nfs.o
-O_OBJS := inode.o file.o read.o write.o dir.o symlink.o proc.o \
+
+obj-y := inode.o file.o read.o write.o dir.o symlink.o proc.o \
nfs2xdr.o flushd.o unlink.o
-ifdef CONFIG_ROOT_NFS
- O_OBJS += nfsroot.o mount_clnt.o
-endif
-ifdef CONFIG_NFS_V3
- O_OBJS += nfs3proc.o nfs3xdr.o
-endif
+obj-$(CONFIG_ROOT_NFS) += nfsroot.o mount_clnt.o
+obj-$(CONFIG_NFS_V3) += nfs3proc.o nfs3xdr.o
-M_OBJS := $(O_TARGET)
+obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)