1 2 3 4 5 6 7
ifneq ($(filter msm8960 msm8660 msm7x30,$(TARGET_BOARD_PLATFORM)),) ifneq ($(TARGET_QCOM_DISPLAY_VARIANT),legacy) include $(call all-subdir-makefiles) endif endif