[Intel-gfx] [PATCH i-g-t v2] lib/Android.mk: add -DHAVE_LINUX_KD_H to fix android build
tim.gore at intel.com
tim.gore at intel.com
Mon Jan 12 01:50:22 PST 2015
From: Tim Gore <tim.gore at intel.com>
commit cf93bc8df9f5f94a0aedc8b52bad0ad4e036737c by Alan Coopersmith
(introduced to enable solaris builds) reqires HAVE_LINUX_KD_H to be set
in order for kd.h to get picked up in igt_kms.c. This is not currently
set in the Android makefile so Android builds are broken.
Signed-off-by: Tim Gore <tim.gore at intel.com>
---
lib/Android.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Android.mk b/lib/Android.mk
index 548bca4..2251c15 100644
--- a/lib/Android.mk
+++ b/lib/Android.mk
@@ -24,7 +24,7 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
LOCAL_CFLAGS += -DHAVE_LIBDRM_ATOMIC_PRIMITIVES
LOCAL_CFLAGS += -DHAVE_STRUCT_SYSINFO_TOTALRAM
-LOCAL_CFLAGS += -DANDROID
+LOCAL_CFLAGS += -DANDROID -DHAVE_LINUX_KD_H
LOCAL_CFLAGS += -std=gnu99
LOCAL_MODULE:= libintel_gpu_tools
--
2.2.1
More information about the Intel-gfx
mailing list