blob: 5f07330296c29bdbabba7a63307beda69215095f [file] [log] [blame]
BOARD ?= qemu_x86
MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
# Boards where we want to exercise this test case with floating point
# and SSE instructions
CONF_minnowboard = prj_fp.conf
CONF_FILE = ${CONF_${BOARD}}
ifeq ($(CONF_FILE),)
CONF_FILE = prj_no_fp.conf
endif
include ${ZEPHYR_BASE}/Makefile.inc