replace common qcom sources with samsung ones

This commit is contained in:
SaschaNes
2025-08-12 22:13:00 +02:00
parent ba24dcded9
commit 6f7753de11
5682 changed files with 2450203 additions and 103634 deletions

View File

@@ -37,9 +37,6 @@ ifneq ($(call is-board-platform-in-list, taro monaco), true)
ifeq ($(CONFIG_HDCP_QSEECOM), y)
KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS+=$(PWD)/$(call intermediates-dir-for,DLKM,sec-module-symvers)/Module.symvers
endif
ifeq ($(CONFIG_SMMU_PROXY), y)
KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS+=$(PWD)/$(call intermediates-dir-for,DLKM,smmu-proxy-module-symvers)/Module.symvers
endif
endif
endif
@@ -74,5 +71,16 @@ endif
endif
include $(DLKM_DIR)/Build_external_kernelmodule.mk
# CONFIG_DISPLAY_SAMSUNG start
# include panel Android.mk file to make PDF.h file.
SAMSUNG_MK := $(wildcard $(DISPLAY_BLD_DIR)/msm/samsung/**/*.mk)
ifneq ($(strip $(SAMSUNG_MK) ), )
include $(DISPLAY_BLD_DIR)/msm/samsung/**/*.mk
endif
$(info sec_display_Kconfig = $(shell cat $(DISPLAY_BLD_DIR)/sec_display_Kconfig))
$(info sec_display_defconfig = $(shell cat $(DISPLAY_BLD_DIR)/sec_display_defconfig))
# CONFIG_DISPLAY_SAMSUNG end
###########################################################
endif # DLKM check