aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeann Ogasawara <leann.ogasawara@canonical.com>2012-03-19 10:06:18 -0700
committerJohn Rigby <john.rigby@linaro.org>2012-06-21 02:53:21 -0600
commit7f6f22c39b8ef95b88652e3b20e9f5ffcf906c5a (patch)
treeaabebb19a16eb7787020a6f50d48201ffed661bc
parent7a47ee4f166404d22ae932caef573031836ea42a (diff)
UBUNTU: [Config] Disable AUFS
Build failure: ubuntu/aufs/i_op.c:701:8: error: too many arguments to function 'security_path_chmod' Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
-rw-r--r--ubuntu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/Makefile b/ubuntu/Makefile
index 54550aa9728..66bbdf69d6f 100644
--- a/ubuntu/Makefile
+++ b/ubuntu/Makefile
@@ -19,7 +19,7 @@
##
##
##
-obj-$(CONFIG_AUFS_FS) += aufs/
+#obj-$(CONFIG_AUFS_FS) += aufs/
##
##
##