This commit adds the Makefiles to add sanity checks for the bluetooth driver. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: Iadfe6eb2662347a981393ffeb3e343f32c5f67f0
8 lines
182 B
Makefile
8 lines
182 B
Makefile
BSP ?= generic_pc
|
|
VPFILE = prj.vpf
|
|
KERNEL_TYPE = micro
|
|
CONF_OVERLAY = prj_$(ARCH).conf
|
|
SOURCE_DIR = $(TIMO_BASE)/samples/bluetooth/test_bluetooth/
|
|
|
|
include $(TIMO_BASE)/Makefile.inc
|