3 lines
141 B
Makefile
3 lines
141 B
Makefile
ifneq ($(filter msm8909,$(TARGET_BOARD_PLATFORM)),)
|
|
include $(call all-named-subdir-makefiles,libbt-vendor)
|
|
endif # is-vendor-board-platform
|