blob: 6b68450ec543cd436e7f5fe1bed4c150a16199cf [file] [log] [blame]
ifeq ($(call my-dir)/$(TARGET_BOARD_PLATFORM),$(call project-path-for,qcom-display))
ifneq ($(filter msm8084 msm8x84,$(TARGET_BOARD_PLATFORM)),)
#This is for 8084 based platforms
include $(call all-named-subdir-makefiles,msm8084)
else
ifneq ($(filter msm8974 msm8x74,$(TARGET_BOARD_PLATFORM)),)
#This is for 8974 based (and B-family) platforms
include $(call all-named-subdir-makefiles,msm8974)
else
ifneq ($(filter msm8226 msm8x26,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,msm8226)
else
ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,msm8960)
else
ifneq ($(filter msm8994 msm8992,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,msm8994)
endif
endif
endif
endif
endif
endif