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