This commit changes the build parameter CONF_OVERLAY with the name CONF_FILE. Change-Id: I404a4aa87b167a9ca4e7b395d53c2f7794b232bc Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
9 lines
236 B
Makefile
9 lines
236 B
Makefile
PC8253_BSP_VARIANTS=generic_pc pentium4 minuteia
|
|
|
|
BSP ?= generic_pc
|
|
VPFILE = prj.vpf
|
|
KERNEL_TYPE = micro
|
|
CONF_FILE = prj_console_float_$(if $(filter $(BSP),$(PC8253_BSP_VARIANTS)),pc8253,generic).conf
|
|
|
|
include ${TIMO_BASE}/Makefile.inc
|