blob: 9ef92222c56748f2710357fb90ae7c4356052286 [file] [log] [blame]
# Copyright 2022-2024 NXP
# SPDX-License-Identifier: Apache-2.0
if (CONFIG_WIFI_NXP)
zephyr_library_sources_ifdef(CONFIG_NXP_WIFI_AUTO_INIT nxp_wifi_drv.c)
zephyr_library_sources_ifdef(CONFIG_NXP_WIFI_SHELL nxp_wifi_shell.c)
zephyr_library_link_libraries_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT hostap)
endif()