zephyr/modules
Nazar Palamar 90a0dd6d6f modules: hal_infineon: fix CMake Warning when build non Infineon device
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>
2022-05-16 10:17:29 +02:00
..
canopennode drivers: can: convert enum can_mode to a bit field 2022-05-11 10:47:54 +02:00
fff modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
hal_gigadevice
hal_infineon modules: hal_infineon: fix CMake Warning when build non Infineon device 2022-05-16 10:17:29 +02:00
hal_nordic modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
hal_nxp modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
hal_rpi_pico modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
liblc3codec
littlefs modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
loramac-node
lz4
mbedtls modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
nanopb
openthread
segger modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
tflite-micro
TraceRecorder
trusted-firmware-m modules: trusted-firmware-m: update val, pal, test static lib path 2022-05-12 10:33:52 +02:00
zcbor
Kconfig soc: esp32: add Espressif HAL config 2022-05-11 10:47:27 +02:00
Kconfig.altera
Kconfig.atmel
Kconfig.civetweb
Kconfig.cmsis
Kconfig.cmsis_dsp
Kconfig.cmsis_nn
Kconfig.cypress
Kconfig.eos_s3
Kconfig.esp32 soc: esp32: add Espressif HAL config 2022-05-11 10:47:27 +02:00
Kconfig.imx drivers: pinctrl: refactor pin control support for imx rt 2022-05-12 16:57:17 -05:00
Kconfig.infineon
Kconfig.libmetal
Kconfig.lvgl
Kconfig.mcuboot_bootutil
Kconfig.mcux drivers: pinctrl: refactor pin control support for imx rt 2022-05-12 16:57:17 -05:00
Kconfig.microchip
Kconfig.nuvoton
Kconfig.open-amp
Kconfig.silabs
Kconfig.simplelink
Kconfig.sof
Kconfig.st
Kconfig.stm32 module: Kconfig stm32 includes the DELAYBLOCK (DLYB) 2022-05-12 14:56:25 -05:00
Kconfig.syst
Kconfig.telink
Kconfig.tinycbor
Kconfig.tinycrypt
Kconfig.vega
Kconfig.xtensa
modules.cmake