zephyr/samples/microkernel/apps/nfc_hello/Makefile
Anas Nashif c740608ce5 Use BOARD instead of PLATFORM_CONFIG
Change-Id: I14db0087cd705df0db8a911071bc3949b5c79314
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:25:11 -05:00

9 lines
212 B
Makefile

KERNEL_TYPE ?= nano
BOARD ?= qemu_x86
CONF_FILE = prj.conf
SOURCE_DIR = $(ZEPHYR_BASE)/samples/microkernel/apps/nfc_hello/src/
QEMU_EXTRA_FLAGS += -serial tcp:localhost:8888
include ${ZEPHYR_BASE}/Makefile.inc