mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
android: freedreno/ir3: fix include paths
Fixes the following building error:
external/mesa/src/freedreno/ir3/disasm-a3xx.c:33:10: fatal error: 'disasm.h' file not found
#include "disasm.h"
^~~~~~~~~~
1 error generated.
Fixes: f7bd3456d7 ("freedreno: deduplicate a3xx+ disasm")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Acked-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6151>
This commit is contained in:
parent
711c30b764
commit
f065ec43ab
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ LOCAL_C_INCLUDES := \
|
|||
$(MESA_TOP)/src/gallium/include \
|
||||
$(MESA_TOP)/src/gallium/auxiliary \
|
||||
$(MESA_TOP)/prebuilt-intermediates/nir \
|
||||
$(MESA_TOP)/src/freedreno/common \
|
||||
$(MESA_TOP)/src/freedreno/ir3 \
|
||||
$(intermediates)/ir3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue