2017-01-07 02:16:53 +08:00
|
|
|
BOARD ?= qemu_x86
|
2017-01-11 00:49:47 +08:00
|
|
|
CONF_FILE = boot/zephyr/prj.conf
|
|
|
|
SOURCE_DIR = boot/zephyr
|
2017-01-07 02:16:53 +08:00
|
|
|
|
2017-01-11 00:51:39 +08:00
|
|
|
# Needed for mbedtls config-boot.h file.
|
|
|
|
CFLAGS += -I$(CURDIR)/boot/zephyr/include
|
|
|
|
|
2017-01-07 02:16:53 +08:00
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|