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>
6 lines
101 B
Makefile
6 lines
101 B
Makefile
BSP ?= generic_pc
|
|
KERNEL_TYPE = nano
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
|
|
include $(TIMO_BASE)/Makefile.inc
|