common: Skip MASTER_SIDE_CP_TARGET_LIST to 5.4 >>> kernel version
Change-Id: Ifcc94d189820ce494519741f72e7ef02418c814d Signed-off-by: CHRISL7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
parent
61b4962742
commit
f984717927
|
@ -61,6 +61,7 @@ MSM_VIDC_TARGET_LIST := \
|
|||
sdm710 \
|
||||
sdm845
|
||||
|
||||
ifneq (,$(filter 3.18 4.4 4.9 4.14 4.19, $(TARGET_KERNEL_VERSION)))
|
||||
# List of targets that use master side content protection.
|
||||
MASTER_SIDE_CP_TARGET_LIST := \
|
||||
$(MSMSTEPPE) \
|
||||
|
@ -75,6 +76,7 @@ MASTER_SIDE_CP_TARGET_LIST := \
|
|||
sdm660 \
|
||||
sdm710 \
|
||||
sdm845
|
||||
endif
|
||||
|
||||
# Include QCOM board utilities.
|
||||
ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)
|
||||
|
|
Loading…
Reference in New Issue