[RFC/PATCH 5/8] revoke: add to makefile V7 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 Cc: Peter Zijlstra Signed-off-by: Pekka Enberg --- fs/Makefile | 1 + 1 file changed, 1 insertion(+) Index: 2.6/fs/Makefile =================================================================== --- 2.6.orig/fs/Makefile 2007-11-23 09:58:11.000000000 +0200 +++ 2.6/fs/Makefile 2007-12-14 16:40:57.000000000 +0200 @@ -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