zephyr/tests/kernel/test_fp_sharing/microkernel/Makefile
Benjamin Walsh 2a669da7bc unified/test_fp: mark test so that it runs the nanokernel version
The test does not run out-of-the-box currently, mark it with a #error.

Change-Id: Ia720c674290e59e95db1c2948c508c0464caa672
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-09-13 17:12:55 -04:00

11 lines
258 B
Makefile

MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
BOARD ?= qemu_x86
CONF_FILE = prj_$(ARCH).conf
ifeq (${KERNEL_TYPE},unified)
$(error This project will only run a unified kernel when round-robin scheduling is implemented)
endif
include ${ZEPHYR_BASE}/Makefile.inc