4 lines
112 B
Makefile
4 lines
112 B
Makefile
ifeq ($(BOARD_HAVE_BLUETOOTH_RTK),true)
|
|
LOCAL_PATH := $(call my-dir)
|
|
include $(call all-subdir-makefiles)
|
|
endif
|