zephyr/tests/kernel/test_fp_sharing/microkernel/Makefile
Anas Nashif 2aa754497d tests: fp_sharing: removing dependency on ARCH
Change-Id: I389f93aad4b785f286bd83be6c5ed688115592f8
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-09-15 21:16:40 +00:00

11 lines
250 B
Makefile

MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
BOARD ?= qemu_x86
CONF_FILE = prj.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