The file extension indicates a "Microkernel DEFinitions" file, and no longer reflects the obsolete VxMicro/Viper branding. Change-Id: Ib95b271404a4a4737e851d603c371244fa609e4d Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
8 lines
183 B
Makefile
8 lines
183 B
Makefile
BSP ?= generic_pc
|
|
MDEF_FILE = prj.mdef
|
|
KERNEL_TYPE = micro
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
SOURCE_DIR = $(TIMO_BASE)/samples/bluetooth/test_bluetooth/
|
|
|
|
include $(TIMO_BASE)/Makefile.inc
|