From: Mauro Rossi Date: Fri, 14 Aug 2020 15:38:29 +0000 (+0200) Subject: android: panfrost: Redirect cmdstream includes through GenXML (v2) X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=acf756a64fee4cb1305df73e53aca7a40e56b7cb android: panfrost: Redirect cmdstream includes through GenXML (v2) bifrost requires both "pafrost/lib/midgard_pack.h" and "midgard_pack.h" headers Fixes the following building error: In file included from external/mesa/src/panfrost/bifrost/cmdline.c:33: In file included from external/mesa/src/panfrost/bifrost/test/bit.h:31: external/mesa/src/panfrost/lib/pan_device.h:40:10: fatal error: 'midgard_pack.h' file not found #include ^~~~~~~~~~~~~~~~ 1 error generated. Fixes: bce1a7e9 ("android: panfrost: Redirect cmdstream includes through GenXML") Fixes: 88dc4c21 ("panfrost: Redirect cmdstream includes through GenXML") Signed-off-by: Mauro Rossi Reviewed-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/panfrost/Android.lib.mk b/src/panfrost/Android.lib.mk index ab5d2126a85..4134c5f2b5a 100644 --- a/src/panfrost/Android.lib.mk +++ b/src/panfrost/Android.lib.mk @@ -49,6 +49,7 @@ $(intermediates)/panfrost/lib/midgard_pack.h: $(midgard_pack_deps) LOCAL_EXPORT_C_INCLUDE_DIRS := \ $(MESA_TOP)/src/panfrost/lib/ \ + $(intermediates)/panfrost/lib/ \ $(intermediates) include $(MESA_COMMON_MK)