[Intel-gfx] [PATCH i-g-t] lib/Android.mk: add -DHAVE_LINUX_KD_H to fix android build

Thomas Wood thomas.wood at intel.com
Fri Jan 9 06:43:31 PST 2015


On 8 January 2015 at 14:18,  <tim.gore at intel.com> wrote:
> From: Tim Gore <tim.gore at intel.com>
>
> A recent change to igt_kms.c reqires HAVE_LINUX_KD_H to be set
> in order to pick up the kd.h header file.

Could you include a bit more detail about which commit introduced this
change and why?


>
> 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