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-20 20:19:32 -0600
commitf1daa69cbc56cb2827cf7c4bb555565e194bb73d (patch)
tree9619ac452cc785c522d971c46a6a8a0b4b650336
parent977188a1de53075f7c827acd146d62ab6b63d3ee (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/
##
##
##