zephyr/tests/kernel/test_intmath/Makefile
Andrew Boie 54b58827b0 test_intmath: new Nios II test case for integer math
Not all CPUs implemement the mul, div, or mulx instructions. Ensure
that any runtime handling of these works correctly.

Change-Id: I50426bd5704cd913f290c9677d1760d53c9e4b56
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-06-28 22:48:28 +00:00

7 lines
98 B
Makefile

KERNEL_TYPE = nano
BOARD ?= qemu_nios2
CONF_FILE = prj.conf
include ${ZEPHYR_BASE}/Makefile.inc