Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b5a78f1161e6ef4b95b6f8411e8283a430265098
/
.
/
samples
/
net
/
telnet
/
Makefile
blob: e0b400e0aa439157d597b270c267ed043a0b9096 [
file
] [
log
] [
blame
]
# Makefile - Telnet sample
#
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
BOARD
?=
qemu_x86
CONF_FILE
?=
prj
.
conf
include $
(
ZEPHYR_BASE
)/
Makefile
.
inc
include $
(
ZEPHYR_BASE
)/
samples
/
net
/
common
/
Makefile
.
ipstack