qcom: spu-kernel: Fix header inclusion path

Change-Id: I54231dbd069e4123b6999c75b825e2e2a3208909
This commit is contained in:
dianlujitao
2025-01-27 22:54:57 +08:00
committed by chandu078
parent 72e06166cc
commit 0dddfb4126

View File

@@ -6,7 +6,7 @@ ifeq ($(CONFIG_QCOM_SPSS), m)
LINUXINCLUDE += -include $(SPU_ROOT)/config/gki_spuconf.h
endif
LINUXINCLUDE += -I$(srctree)/../../vendor/qcom/opensource/spu-kernel/include/uapi
LINUXINCLUDE += -I$(SPU_ROOT)/include/uapi
obj-$(CONFIG_MSM_SPCOM) += drivers/spcom.o