3 lines
139 B
Makefile
3 lines
139 B
Makefile
ifeq ($(call is-vendor-board-platform,QCOM),true)
|
|
include $(call all-named-subdir-makefiles,libbt-vendor)
|
|
endif # is-vendor-board-platform
|