Remove commented line in the zperf/Makefile file. Change-Id: Id869f21e923d3bb39fc31c5216ce29d78a0e1805 Signed-off-by: Flavio Santes <flavio.santes@intel.com>
11 lines
195 B
Makefile
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
|