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>
7 lines
98 B
Makefile
7 lines
98 B
Makefile
KERNEL_TYPE = nano
|
|
BOARD ?= qemu_nios2
|
|
CONF_FILE = prj.conf
|
|
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|