zephyr/samples/bluetooth/peripheral/Makefile

8 lines
188 B
Makefile
Raw Normal View History

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