diff options
Diffstat (limited to 'fs/nfsd/Makefile')
-rw-r--r-- | fs/nfsd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/fs/nfsd/Makefile b/fs/nfsd/Makefile index a8d65fc7a..4d8025650 100644 --- a/fs/nfsd/Makefile +++ b/fs/nfsd/Makefile @@ -9,11 +9,8 @@ O_TARGET := nfsd.o O_OBJS := nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \ - export.o auth.o lockd.o nfscache.o nfsxdr.o - -ifdef CONFIG_PROC_FS - O_OBJS += stats.o -endif + export.o auth.o lockd.o nfscache.o nfsxdr.o \ + stats.o M_OBJS := $(O_TARGET) |