zephyr/drivers/wifi/esp/CMakeLists.txt

15 lines
211 B
CMake

# SPDX-License-Identifier: Apache-2.0
if(CONFIG_WIFI_ESP)
zephyr_library_include_directories(
${ZEPHYR_BASE}/drivers/modem
)
zephyr_sources(
esp.c
esp_socket.c
esp_offload.c
)
endif()