diff options
author | Rob Herring <robh@kernel.org> | 2017-05-28 09:34:13 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-05-28 09:34:13 -0500 |
commit | ce9e3ba6e2cc65e1e9e6e05a5f326c4dd25ab2c4 (patch) | |
tree | 4ab60fee301fda8c5db6678390dc132892bf016d /Android.common.mk | |
parent | bbe998791d6cd0d5c048beba6ae8a6dbbf8185be (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>
Diffstat (limited to 'Android.common.mk')
-rw-r--r-- | Android.common.mk | 2 |
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 |