Android: fix missing trailing \

In commit bbe998791d ("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>
main
Rob Herring 2017-05-28 09:34:13 -05:00
parent bbe998791d
commit ce9e3ba6e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# XXX: Consider moving these to config.h analogous to autoconf. # XXX: Consider moving these to config.h analogous to autoconf.
LOCAL_CFLAGS += \ LOCAL_CFLAGS += \
-DMAJOR_IN_SYSMACROS=1 -DMAJOR_IN_SYSMACROS=1 \
-DHAVE_VISIBILITY=1 \ -DHAVE_VISIBILITY=1 \
-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1 -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1