Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
32b475ebb97332f078348ff8548888b36fe3d813
/
.
/
samples
/
net
/
echo_client
/
src
/
Makefile
blob: 46b2892f5bc4496f68b428a5240a0a4686da08df [
file
] [
log
] [
blame
]
#
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
include $
(
ZEPHYR_BASE
)/
samples
/
net
/
common
/
Makefile
.
common
obj
-
y
+=
echo
-
client
.
o
obj
-
$
(
CONFIG_NET_UDP
)
+=
udp
.
o
obj
-
$
(
CONFIG_NET_TCP
)
+=
tcp
.
o