The following commits adds the main Makefiles for the microkernel benchmark test, using parameters to be used by the sanity check. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: I7601df92006ca81b3680f6c2b4e25de076512e41
12 lines
433 B
Makefile
12 lines
433 B
Makefile
TIMO_BASE = $(strip $(subst /samples/microkernel/benchmark/sys_kernel,,$(shell pwd) ))
|
|
|
|
PC8253_BSP_VARIANTS=generic_pc pentium4 minuteia
|
|
|
|
BSP ?= generic_pc
|
|
VPFILE = $(TIMO_BASE)/samples/microkernel/benchmark/sys_kernel/prj.vpf
|
|
KERNEL = micro
|
|
SNIPPET = prj_console_$(if $(filter $(BSP),$(PC8253_BSP_VARIANTS)),pc8253,generic).conf
|
|
PROJECT_BASE = $(TIMO_BASE)/samples/nanokernel/benchmark/sys_kernel
|
|
|
|
include ${TIMO_BASE}/Makefile.inc
|