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-25 15:04:02 -0600
commitbca959257adaad9b00ae5b3a1fa6cb8ddfd80cb0 (patch)
treeaabebb19a16eb7787020a6f50d48201ffed661bc
parent8c3540c80aa157d1bbb6543580f9434a32b71bcb (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/
##
##
##