zephyr/samples/bluetooth/peripheral/Makefile
Luiz Augusto von Dentz 29921c9e83 Bluetooth: Add support for testing nble driver with samples
This adds a test case that passes prj_nble.conf as CONF_FILE so that
the same code tested using HCI Bluetooth driver is also tested using
NBLE driver.

Change-Id: Ia4ad59d74b82c02007c55ea4fa8f53833d7a7fe5
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-02-05 20:25:20 -05:00

8 lines
171 B
Makefile

BOARD ?= qemu_x86
MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
CONF_FILE ?= prj.conf
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
include $(ZEPHYR_BASE)/Makefile.inc