blob: 6c4de029eebe7e738aef4d034cb977af60600f00 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# Common routines used in net samples
target_include_directories(app PRIVATE ${ZEPHYR_BASE}/samples/net/common/)
target_sources(app PRIVATE $ENV{ZEPHYR_BASE}/samples/net/common/net_sample_common.c)
target_sources_ifdef(CONFIG_NET_VLAN app PRIVATE
$ENV{ZEPHYR_BASE}/samples/net/common/vlan.c)
target_sources_ifdef(CONFIG_NET_L2_IPIP app PRIVATE
$ENV{ZEPHYR_BASE}/samples/net/common/tunnel.c)