zephyr/samples/microkernel/test/test_bluetooth/Makefile
Juan Manuel Cruz 5fbb5f6420 Kbuild: Adding bluetooth sanity checks.
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
2016-02-05 20:14:08 -05:00

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