blob: 6d2dde87c0cfa0e5ab22a133602725fd3a5a3232 [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 ${ZEPHYR_BASE}/samples/net/common/net_sample_common.c)
target_sources_ifdef(CONFIG_NET_VLAN app PRIVATE
${ZEPHYR_BASE}/samples/net/common/vlan.c)
target_sources_ifdef(CONFIG_NET_L2_IPIP app PRIVATE
${ZEPHYR_BASE}/samples/net/common/tunnel.c)