aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gardner <tim.gardner@canonical.com>2012-03-02 06:06:13 -0700
committerJohn Rigby <john.rigby@linaro.org>2012-06-25 15:02:22 -0600
commit3530b237da45e76d4b7c7b0ca1c61b9a8ec906b1 (patch)
tree79530758a6002423c6ace2b33119b57e89cbd010
parent2516cd8e3feb75b7e6ad64aa1050d1ae75d55007 (diff)
UBUNTU: [Config] Enable aufs
BugLink: http://bugs.launchpad.net/bugs/943119 https://lists.ubuntu.com/archives/ubuntu-devel/2012-March/034869.html Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
-rw-r--r--ubuntu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/Makefile b/ubuntu/Makefile
index 66bbdf69d6f..54550aa9728 100644
--- a/ubuntu/Makefile
+++ b/ubuntu/Makefile
@@ -19,7 +19,7 @@
##
##
##
-#obj-$(CONFIG_AUFS_FS) += aufs/
+obj-$(CONFIG_AUFS_FS) += aufs/
##
##
##