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
11 lines
327 B
Makefile
11 lines
327 B
Makefile
TIMO_BASE = $(strip $(subst /samples/microkernel/benchmark/app_kernel,,$(shell pwd) ))
|
|
|
|
PC8253_BSP_VARIANTS=generic_pc pentium4 minuteia
|
|
|
|
BSP ?= generic_pc
|
|
VPFILE = prj.vpf
|
|
KERNEL_TYPE = micro
|
|
CONF_OVERLAY = prj_console_float_$(if $(filter $(BSP),$(PC8253_BSP_VARIANTS)),pc8253,generic).conf
|
|
|
|
include ${TIMO_BASE}/Makefile.inc
|