zephyr/tests/benchmark/object_footprint/Makefile

11 lines
183 B
Makefile

# default configuration
KERNEL_TYPE = nano
BOARD ?= basic_minuteia
CONF_FILE ?= prj1.conf
KBUILD_KCONFIG = $(PWD)/Kconfig
export KBUILD_KCONFIG
include $(ZEPHYR_BASE)/Makefile.inc