579ca90e25
Instead of putting object files inside libzephyr.a, simply build a separate static library as most other driver types are doing this already. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
6 lines
111 B
CMake
6 lines
111 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_WIFI_ESP32
|
|
src/esp_wifi_drv.c
|
|
)
|