blob: ca5e289aaa910d06bd226191ef85644381fef756 [file] [log] [blame]
ifneq ($(filter msm8974 msm8x74,$(TARGET_BOARD_PLATFORM)),)
#This is for 8974 based platforms
include $(call all-named-subdir-makefiles,msm8974)
else
ifneq ($(filter msm8226,$(TARGET_BOARD_PLATFORM)),)
#This is for 8226 based platforms
include $(call all-named-subdir-makefiles,msm8x26)
else
#This is for 8960 based platforms
include $(call all-named-subdir-makefiles,msm8960)
endif
endif