14 lines
525 B
CMake
14 lines
525 B
CMake
# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
|
|
# an affiliate of Cypress Semiconductor Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_include_directories(./)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_WIFI_AIROC airoc_wifi.c)
|
|
zephyr_library_sources_ifdef(CONFIG_WIFI_AIROC airoc_whd_hal.c)
|
|
|
|
zephyr_compile_definitions(CYBSP_WIFI_CAPABLE)
|
|
zephyr_compile_definitions(CY_RTOS_AWARE)
|
|
zephyr_compile_definitions(WHD_USE_CUSTOM_MALLOC_IMPL)
|
|
zephyr_compile_definitions(WHD_USE_CUSTOM_HAL_IMPL)
|