mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-28 14:30:13 +01:00
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>
15 lines
463 B
Makefile
15 lines
463 B
Makefile
# XXX: Consider moving these to config.h analogous to autoconf.
|
|
LOCAL_CFLAGS += \
|
|
-DMAJOR_IN_SYSMACROS=1 \
|
|
-DHAVE_VISIBILITY=1 \
|
|
-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
|
|
|
|
LOCAL_CFLAGS += \
|
|
-Wno-unused-parameter \
|
|
-Wno-missing-field-initializers \
|
|
-Wno-pointer-arith \
|
|
-Wno-enum-conversion
|
|
|
|
# Quiet down the build system and remove any .h files from the sources
|
|
LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES))
|
|
LOCAL_EXPORT_C_INCLUDE_DIRS += $(LOCAL_PATH)
|