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:02:22 -0600
commit741a9699a3328e78ee801b55143ae80f743c1efc (patch)
tree9e7a00143efd8f3a0556e0e67b047abd7a3ce3f4
parent3530b237da45e76d4b7c7b0ca1c61b9a8ec906b1 (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/
##
##
##