replace common qcom sources with samsung ones
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user