zephyr/tests/kernel/test_arm_runtime_nmi/Makefile
Vincenzo Frascino fc1071d91e tests/kernel: verify RUNTIME_NMI at runtime
This patch introduces a test that verifies the behavior of
CONFIG_RUNTIME_NMI at runtime.

The test is meant to be only for ARM Cortex-M targets.

Change-Id: I805a88e67fe47d396ac9e29e1275e5452a4b8a36
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
2016-12-02 14:03:28 +00:00

5 lines
82 B
Makefile

BOARD ?= qemu_cortex_m3
CONF_FILE = prj.conf
include $(ZEPHYR_BASE)/Makefile.inc