This commit enables the outdir directory. Kbuild output files will be generated at the outdir directory inside the project directory. Change-Id: Icec04aca1753326c9d50dea20c71850c1d8c3dd0 Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
10 lines
301 B
Makefile
10 lines
301 B
Makefile
PC8253_BSP_VARIANTS=generic_pc pentium4 minuteia
|
|
|
|
BSP ?= generic_pc
|
|
VPFILE = prj.vpf
|
|
KERNEL_TYPE = micro
|
|
CONF_FILE = prj_console_$(if $(filter $(BSP),$(PC8253_BSP_VARIANTS)),pc8253,generic).conf
|
|
SOURCE_DIR = $(TIMO_BASE)/samples/nanokernel/benchmark/sys_kernel/src/
|
|
|
|
include ${TIMO_BASE}/Makefile.inc
|