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
parent
bbe998791d
commit
ce9e3ba6e2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue