3 lines
138 B
Makefile
3 lines
138 B
Makefile
ifneq ($(filter msm8960 msm8x27 msm8974 msm8226,$(TARGET_BOARD_PLATFORM)),)
|
|
include $(call all-named-subdir-makefiles,libbt-vendor)
|
|
endif
|