fs/Makefile: Always inspect exofs/
[deliverable/linux.git] / fs / exofs / Kbuild
index 2d0f757fda3e499986c0a3ce37936bd69a4125ce..c5a5855a6c44ebce210628c391819637c87fd45d 100644 (file)
@@ -12,5 +12,8 @@
 # Kbuild - Gets included from the Kernels Makefile and build system
 #
 
-exofs-y := ios.o inode.o file.o symlink.o namei.o dir.o super.o
+# ore module library
+obj-$(CONFIG_ORE) += ore.o
+
+exofs-y := inode.o file.o symlink.o namei.o dir.o super.o
 obj-$(CONFIG_EXOFS_FS) += exofs.o
This page took 0.025724 seconds and 5 git commands to generate.