summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lustre/fld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/lustre/lustre/fld/Makefile')
-rw-r--r--drivers/staging/lustre/lustre/fld/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/fld/Makefile b/drivers/staging/lustre/lustre/fld/Makefile
index 90d46d84fbbb..640fba4b827d 100644
--- a/drivers/staging/lustre/lustre/fld/Makefile
+++ b/drivers/staging/lustre/lustre/fld/Makefile
@@ -1,5 +1,6 @@
obj-$(CONFIG_LUSTRE_FS) += fld.o
-fld-y := fld_request.o fld_cache.o lproc_fld.o
+fld-y := fld_request.o fld_cache.o
+fld-$(CONFIG_PROC_FS) += lproc_fld.o
ccflags-y := -I$(src)/../include