msm eva: Add QMAA flags to guard compilation

guard compilation of msm-eva.ko with qmaa flags.

Change-Id: Iaea7270e8b268887aea364ef0ea4391c50aae84d
Bu işleme şunda yer alıyor:
Anthony Adamo
2023-05-25 14:38:13 -07:00
ebeveyn b390547905
işleme ff26582f86

Dosyayı Görüntüle

@@ -1,3 +1,11 @@
ENABLE_EVA_KERNEL := true
ifeq ($(TARGET_USES_QMAA), true)
ifneq ($(TARGET_USES_QMAA_OVERRIDE_CVP), true)
ENABLE_EVA_KERNEL := false
endif
endif
ifeq ($(ENABLE_EVA_KERNEL), true)
ifneq ($(TARGET_BOARD_PLATFORM), qssi)
ifeq ($(call is-board-platform-in-list, $(TARGET_BOARD_PLATFORM)),true)
@@ -54,3 +62,4 @@ include $(DLKM_DIR)/Build_external_kernelmodule.mk
endif # End of check for board platform
endif # End of check for target product
endif # End of enable eva kernel check