zephyr/samples/net/zperf/Makefile
Flavio Santes 24c80faa9c samples/net: Update zperf Makefile
Remove commented line in the zperf/Makefile file.

Change-Id: Id869f21e923d3bb39fc31c5216ce29d78a0e1805
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2017-01-13 10:29:00 +01:00

11 lines
195 B
Makefile

BOARD ?= qemu_x86
ifeq (${PROFILER}, 1)
PROF="_prof"
endif
CONF_FILE ?= prj_${BOARD}${PROF}.conf
include ${ZEPHYR_BASE}/Makefile.inc
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack