From 8cf26e98dee410a3172267832c1fda2fc5635551 Mon Sep 17 00:00:00 2001 From: Andy Whitcroft Date: Tue, 1 Jun 2010 14:10:55 +0100 Subject: UBUNTU: ubuntu: AUFS -- enable in config and makefile Signed-off-by: Andy Whitcroft Signed-off-by: Leann Ogasawara --- ubuntu/Kconfig | 1 + ubuntu/Makefile | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ubuntu/Kconfig b/ubuntu/Kconfig index 042f8ad518b..faedd0bbc16 100644 --- a/ubuntu/Kconfig +++ b/ubuntu/Kconfig @@ -16,6 +16,7 @@ source "ubuntu/dm-raid4-5/Kconfig" ## ## ## +source "ubuntu/aufs/Kconfig" ## endmenu diff --git a/ubuntu/Makefile b/ubuntu/Makefile index bad1866141f..54550aa9728 100644 --- a/ubuntu/Makefile +++ b/ubuntu/Makefile @@ -19,6 +19,10 @@ ## ## ## +obj-$(CONFIG_AUFS_FS) += aufs/ +## +## +## # This is a stupid trick to get kbuild to create ubuntu/built-in.o obj- += foo.o -- cgit v1.2.3