zephyr/samples/net/zperf/Makefile

12 lines
188 B
Makefile

KERNEL_TYPE = nano
BOARD = galileo
ifeq (${PROFILER}, 1)
PROF="_prof"
endif
CONF_FILE = prj_galileo_ethernet${PROF}.conf
MDEF_FILE = prj${PROF}.mdef
include ${ZEPHYR_BASE}/Makefile.inc