X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fexofs%2FKbuild;h=c5a5855a6c44ebce210628c391819637c87fd45d;hb=3e335672e018c06e007f85a5d54afd721fb3d6d5;hp=2d0f757fda3e499986c0a3ce37936bd69a4125ce;hpb=68de7745822f0dc2eea940e3c1fc65896d7afc88;p=deliverable%2Flinux.git diff --git a/fs/exofs/Kbuild b/fs/exofs/Kbuild index 2d0f757fda3e..c5a5855a6c44 100644 --- a/fs/exofs/Kbuild +++ b/fs/exofs/Kbuild @@ -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