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>
8 lines
179 B
Makefile
8 lines
179 B
Makefile
BSP ?= generic_pc
|
|
VPFILE = prj.vpf
|
|
KERNEL_TYPE = micro
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
SOURCE_DIR = $(TIMO_BASE)/samples/bluetooth/test_bluetooth/
|
|
|
|
include $(TIMO_BASE)/Makefile.inc
|