zephyr/samples/microkernel/benchmark/footprint/Makefile

17 lines
324 B
Makefile
Raw Normal View History

# default configuration
TEST ?= min
BSP ?= generic_pc
MDEF_FILE = micro_${TEST}.mdef
KERNEL_TYPE = micro
CONF_FILE = prj_$(TEST)_$(ARCH).conf
CFLAGS += -DTEST_${TEST}
include ${TIMO_BASE}/Makefile.inc
ifeq ($(ARCH),ARM)
ifneq ($(TEST),min)
$(error 'reg' and 'max' test do not currently build for ARM)
endif
endif