Explorar o código

dataipa: enable IPA compilation as vendor dlkm modules

Updating cliffs according to HW version 5.5 for enabling IPA,
GSI driver compilation as vendor DLKM modules for cliffs.

Change-Id: I1d5104d56f7729a48d31ff2dc63a722ede8e80c7
Signed-off-by: Srinivas Sai Mannam <[email protected]>
Srinivas Sai Mannam hai 1 ano
pai
achega
29e1822031
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      drivers/platform/msm/Kbuild

+ 2 - 2
drivers/platform/msm/Kbuild

@@ -16,7 +16,7 @@ endif
 endif
 
 #MSM - Vendor SI
-ifeq ($(filter $(CONFIG_ARCH_WAIPIO) $(CONFIG_ARCH_KALAMA) $(CONFIG_ARCH_PINEAPPLE), y),y)
+ifeq ($(filter $(CONFIG_ARCH_WAIPIO) $(CONFIG_ARCH_KALAMA) $(CONFIG_ARCH_PINEAPPLE) $(CONFIG_ARCH_CLIFFS), y),y)
 DATAIPADRVTOP = $(srctree)/../../vendor/qcom/opensource/dataipa/drivers/platform/msm
 LINUXINCLUDE    += -include $(srctree)/../../vendor/qcom/opensource/dataipa/config/dataipa_vendor.h
 include $(srctree)/../../vendor/qcom/opensource/dataipa/config/dataipa_GKI.conf
@@ -26,7 +26,7 @@ LINUXINCLUDE    += -include $(srctree)/../../vendor/qcom/opensource/dataipa/conf
 endif
 endif
 
-ifeq ($(filter $(CONFIG_ARCH_KHAJE) $(CONFIG_ARCH_BLAIR) $(CONFIG_ARCH_HOLI) $(CONFIG_ARCH_CLIFFS), y), y)
+ifeq ($(filter $(CONFIG_ARCH_KHAJE) $(CONFIG_ARCH_BLAIR) $(CONFIG_ARCH_HOLI), y), y)
 DATAIPADRVTOP = $(srctree)/../../vendor/qcom/opensource/dataipa/drivers/platform/msm
 LINUXINCLUDE    += -include $(srctree)/../../vendor/qcom/opensource/dataipa/config/dataipa_vendor_ipav4.h
 include $(srctree)/../../vendor/qcom/opensource/dataipa/config/dataipa_GKI_ipav4.conf