aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-06-01 14:10:55 +0100
committerJohn Rigby <john.rigby@linaro.org>2012-08-15 23:46:19 -0600
commita03922e7b232e76396f99c945b2a743c3140259b (patch)
tree7b8d25c642a5f41fc7caf82a26c514d2e949e4ac
parentb4b48108e249a3c143c486ccbe1c5e1eada6d01f (diff)
UBUNTU: ubuntu: AUFS -- enable in config and makefile
Signed-off-by: Andy Whitcroft <apw@canonical.com> Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
-rw-r--r--ubuntu/Kconfig1
-rw-r--r--ubuntu/Makefile4
2 files changed, 5 insertions, 0 deletions
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 4ec1f3d6677..a13036264fb 100644
--- a/ubuntu/Makefile
+++ b/ubuntu/Makefile
@@ -19,6 +19,10 @@ obj-$(CONFIG_DM_RAID45) += dm-raid4-5/
##
##
##
+obj-$(CONFIG_AUFS_FS) += aufs/
+##
+##
+##
# This is a stupid trick to get kbuild to create ubuntu/built-in.o
obj- += foo.o