Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2a3a790a9964f3340746894e4887c2c6920a45c5
/
.
/
drivers
/
net
/
CMakeLists.txt
blob: 441425d25da0a744b5ea692ffd30d95fd1cc053b [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
zephyr_sources_ifdef(CONFIG_NET_LOOPBACK loopback.c)
if(CONFIG_NET_NATIVE)
zephyr_sources_ifdef(CONFIG_SLIP slip.c)
zephyr_sources_ifdef(CONFIG_NET_PPP ppp.c)
endif()