Changed command to reflect features of unified kernel: * ticks -> uptime * hightick -> cycles Change-Id: I2250e3785d71d0d6677f288d85ce0c23b447a93c Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
98 B
Makefile
6 lines
98 B
Makefile
KERNEL_TYPE = unified
|
|
BOARD ?= qemu_x86
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|