mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-11 14:05:55 +00:00
Problem: pull/43494 is causing the CMake warning No SOURCES given to Zephyr library: modules_hal_infineon modules_hal_infineon library was defined even if none of the below subdirectories is added; so, when not building for Infineon/Cypress devices, the source list for this library will be empty. Fix: Added 'zephyr_library_named(modules_hal_infineon)' under condition 'if(CONFIG_HAS_XMCLIB OR CONFIG_SOC_FAMILY_PSOC6)' Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com> |
||
---|---|---|
.. | ||
canopennode | ||
fff | ||
hal_gigadevice | ||
hal_infineon | ||
hal_nordic | ||
hal_nxp | ||
hal_rpi_pico | ||
liblc3codec | ||
littlefs | ||
loramac-node | ||
lz4 | ||
mbedtls | ||
nanopb | ||
openthread | ||
segger | ||
tflite-micro | ||
TraceRecorder | ||
trusted-firmware-m | ||
zcbor | ||
Kconfig | ||
Kconfig.altera | ||
Kconfig.atmel | ||
Kconfig.civetweb | ||
Kconfig.cmsis | ||
Kconfig.cmsis_dsp | ||
Kconfig.cmsis_nn | ||
Kconfig.cypress | ||
Kconfig.eos_s3 | ||
Kconfig.esp32 | ||
Kconfig.imx | ||
Kconfig.infineon | ||
Kconfig.libmetal | ||
Kconfig.lvgl | ||
Kconfig.mcuboot_bootutil | ||
Kconfig.mcux | ||
Kconfig.microchip | ||
Kconfig.nuvoton | ||
Kconfig.open-amp | ||
Kconfig.silabs | ||
Kconfig.simplelink | ||
Kconfig.sof | ||
Kconfig.st | ||
Kconfig.stm32 | ||
Kconfig.syst | ||
Kconfig.telink | ||
Kconfig.tinycbor | ||
Kconfig.tinycrypt | ||
Kconfig.vega | ||
Kconfig.xtensa | ||
modules.cmake |