drivers: wifi: build as static library
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>
This commit is contained in:
parent
941eb9696a
commit
579ca90e25
6 changed files with 17 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_sources_ifdef(CONFIG_WIFI_ESP32
|
||||
zephyr_library_sources_ifdef(CONFIG_WIFI_ESP32
|
||||
src/esp_wifi_drv.c
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue