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>
7 lines
119 B
Makefile
7 lines
119 B
Makefile
BSP ?= generic_pc
|
|
VPFILE = prj.vpf
|
|
KERNEL_TYPE = micro
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
|
|
include ${TIMO_BASE}/Makefile.inc
|