summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2017-05-28 09:34:13 -0500
committerRob Herring <robh@kernel.org>2017-05-28 09:34:13 -0500
commitce9e3ba6e2cc65e1e9e6e05a5f326c4dd25ab2c4 (patch)
tree4ab60fee301fda8c5db6678390dc132892bf016d
parentbbe998791d6cd0d5c048beba6ae8a6dbbf8185be (diff)
Android: fix missing trailing \
In commit bbe998791d6c ("Android's major/minor/makedev live in <sys/sysmacros.h>"), it didn't apply cleanly and I missed the trailing \, so add it here. Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r--Android.common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.common.mk b/Android.common.mk
index 4b5462f6..b45ca10f 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -1,6 +1,6 @@
# XXX: Consider moving these to config.h analogous to autoconf.
LOCAL_CFLAGS += \
- -DMAJOR_IN_SYSMACROS=1
+ -DMAJOR_IN_SYSMACROS=1 \
-DHAVE_VISIBILITY=1 \
-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1