zephyr/samples/nanokernel/benchmark/footprint/Makefile

16 lines
294 B
Makefile

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