It will setup IPv4/IPv6 addresses. Telnet is ran in the background, along with net and kernel shell modules. See the README.rst for more information how to start and use this sample. Change-Id: I3e935014c79b534aab43a6fa8256792b23abb38e Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
15 lines
258 B
Makefile
15 lines
258 B
Makefile
# Makefile - Telnet sample
|
|
|
|
#
|
|
# Copyright (c) 2017 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
BOARD ?= qemu_x86
|
|
CONF_FILE ?= prj_$(BOARD).conf
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|
|
|
|
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
|