blob: ce4784c6f9a6593965bb28eae4f525032359e651 [file] [log] [blame]
# adp8064 and fox box do not share BT code
ifeq ($(filter adp8064 fox,$(TARGET_DEVICE)),)
ifneq ($(filter msm8960 msm8x27 msm8226,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,msm8960)
else
ifneq ($(filter msm8994 msm8992,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,msm8992)
else
ifneq ($(filter msm8996,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,msm8996)
else
ifneq ($(filter msm8909 ,$(TARGET_BOARD_PLATFORM)),)
#For msm8909 target
include $(call all-named-subdir-makefiles,msm8909)
else
ifneq ($(filter msm8998,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,msm8998)
endif
endif
endif
endif
endif
endif