4 lines
114 B
Makefile
4 lines
114 B
Makefile
|
ifneq ($(filter msm8996,$(TARGET_BOARD_PLATFORM)),)
|
||
|
include $(call all-named-subdir-makefiles,libbt-vendor)
|
||
|
endif
|