This commit adds all the root Makefiles needed by the microkernel sanity tests. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: I7a267a180ba617ce95a499dcf2782630273e8566
7 lines
122 B
Makefile
7 lines
122 B
Makefile
BSP ?= generic_pc
|
|
VPFILE = prj.vpf
|
|
KERNEL_TYPE = micro
|
|
CONF_OVERLAY = prj_$(ARCH).conf
|
|
|
|
include ${TIMO_BASE}/Makefile.inc
|