summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/Makefile b/fs/Makefile
index d472401b20..57268cc700 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -1,4 +1,4 @@
obj-$(CONFIG_FS_CRAMFS) += cramfs/
-obj-$(CONFIG_FS) += fs.o
-obj-$(CONFIG_FS) += ramfs.o
-obj-$(CONFIG_FS) += devfs.o
+obj-y += fs.o
+obj-y += ramfs.o
+obj-y += devfs.o