This commit adds the parameters to the Makefile.kbuild for micro and nano kernel apps samples. This prepares the sample apps to be used by the sanity check. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: I7636f0375493e12b4604f6fb6c4b6100d2c6604c
8 lines
205 B
Makefile
8 lines
205 B
Makefile
TIMO_BASE = $(strip $(subst /samples/microkernel/apps/hello_world,,$(shell pwd) ))
|
|
BSP ?= generic_pc
|
|
VPFILE = prj.vpf
|
|
KERNEL_TYPE = micro
|
|
CONF_OVERLAY = prj_$(ARCH).conf
|
|
|
|
include ${TIMO_BASE}/Makefile.inc
|