android: gallium/radeonsi: cleanup si_driinfo.h gen rules
Android.mk and Makefile.sources are still defining si_driinfo.h target
This patch removes the remaining gen rules
Fixes the following building error:
FAILED: out/target/product/x86_64/obj/STATIC_LIBRARIES/libmesa_pipe_radeonsi_intermediates/radeonsi/si_driinfo.h
...
cp: bad 'out/target/product/x86_64/gen/STATIC_LIBRARIES/libmesa_pipe_radeonsi_intermediates/radeonsi/si_driinfo.h': No such file or directory
Fixes: 974981c4e6 ("gallium/drm: Make the pipe loader handle the driconf merging.")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6880>
This commit is contained in:
@@ -49,15 +49,8 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
LOCAL_SHARED_LIBRARIES := libdrm_radeon
|
||||
LOCAL_MODULE := libmesa_pipe_radeonsi
|
||||
|
||||
intermediates := $(call local-generated-sources-dir)
|
||||
|
||||
# We need to get NIR's generated headers.
|
||||
LOCAL_GENERATED_SOURCES := $(MESA_GEN_NIR_H)
|
||||
LOCAL_GENERATED_SOURCES += $(addprefix $(intermediates)/radeonsi/,$(GENERATED_SOURCES))
|
||||
|
||||
LOCAL_C_INCLUDES += $(intermediates)/radeonsi
|
||||
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(intermediates)
|
||||
|
||||
$(call mesa-build-with-llvm)
|
||||
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
GENERATED_SOURCES := \
|
||||
si_driinfo.h
|
||||
|
||||
C_SOURCES := \
|
||||
$(GENERATED_SOURCES) \
|
||||
cik_sdma.c \
|
||||
driinfo_radeonsi.h \
|
||||
gfx10_query.c \
|
||||
|
||||
Reference in New Issue
Block a user