1# Copyright (c) 2022 Cypress Semiconductor Corporation. 2# SPDX-License-Identifier: Apache-2.0 3 4# Add abstraction-rtos 5zephyr_include_directories(${ZEPHYR_HAL_INFINEON_MODULE_DIR}/abstraction-rtos/include) 6 7# Enable Zephyr support 8zephyr_include_directories_ifdef(CONFIG_USE_INFINEON_ABSTRACTION_RTOS 9 include/COMPONENT_ZEPHYR) 10zephyr_library_sources_ifdef(CONFIG_USE_INFINEON_ABSTRACTION_RTOS 11 source/COMPONENT_ZEPHYR/cyabs_rtos_zephyr.c) 12