1ifneq ($(filter msm8960 msm8x27 msm8974 msm8226,$(TARGET_BOARD_PLATFORM)),) 2include $(call all-named-subdir-makefiles,msm8960) 3else 4ifneq ($(filter msm8994 msm8992,$(TARGET_BOARD_PLATFORM)),) 5include $(call all-named-subdir-makefiles,msm8992) 6endif 7endif 8