[PATCH] revoke: add to makefile Add fs/revoke.c and fs/revoked_inode.c to build when CONFIG_MMU is enabled. Cc: Alan Cox Cc: Al Viro Cc: Christoph Hellwig Signed-off-by: Pekka Enberg --- fs/Makefile | 1 + 1 file changed, 1 insertion(+) Index: 2.6/fs/Makefile =================================================================== --- 2.6.orig/fs/Makefile 2007-10-26 15:24:28.000000000 +0300 +++ 2.6/fs/Makefile 2007-10-26 15:24:45.000000000 +0300 @@ -19,6 +19,7 @@ else obj-y += no-block.o endif +obj-$(CONFIG_MMU) += revoke.o revoked_inode.o obj-$(CONFIG_INOTIFY) += inotify.o obj-$(CONFIG_INOTIFY_USER) += inotify_user.o obj-$(CONFIG_EPOLL) += eventpoll.o