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
..
TraceRecorder Modules: Percepio TraceRecorder: Update module from v4.5.2 to v4.6.0(RC1) 2022-02-01 07:45:09 -05: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 modules: arm: gigadevice: set HAXTL_VALUE for gd32_e103 2022-03-01 18:06:14 +01:00
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 Bluetooth: LC3: Addition of liblc3codec for LE-Audio as a module 2022-03-30 14:18:01 +02:00
littlefs modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
loramac-node modules: loramac-node: Fix the build issue for US915 and AU915 regions 2021-10-12 15:22:04 -04:00
lz4 kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
mbedtls modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
nanopb kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
openthread manifest: openthread: Simplification of openthread integration. 2022-03-02 10:06:03 -08:00
segger modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
tflite-micro modules: tflite-micro: fix cmakelists.txt 2021-08-24 07:26:08 -04:00
trusted-firmware-m modules: trusted-firmware-m: update val, pal, test static lib path 2022-05-12 10:33:52 +02:00
zcbor modules: zcbor: kconfig: Disallow ZCBOR_VERBOSE with MINIMAL_LIBC 2022-04-28 16:18:28 +02:00
Kconfig soc: esp32: add Espressif HAL config 2022-05-11 10:47:27 +02:00
Kconfig.altera
Kconfig.atmel
Kconfig.civetweb
Kconfig.cmsis modules: cmsis_nn: Move Kconfig prompt out of CMSIS-DSP menu 2022-05-04 18:57:41 -04:00
Kconfig.cmsis_dsp modules: cmsis_dsp: Fix missing common tables dependency for SVM 2022-05-05 11:58:11 +09:00
Kconfig.cmsis_nn modules: cmsis: integrate CMSIS-NN 2022-03-22 12:56:02 +01:00
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 lvgl: bump supported version to v8.2.0 2022-03-07 16:20:27 -06:00
Kconfig.mcuboot_bootutil everywhere: fix typos 2022-03-18 13:24:08 -04:00
Kconfig.mcux drivers: pinctrl: refactor pin control support for imx rt 2022-05-12 16:57:17 -05:00
Kconfig.microchip modules: Add entry for Microchip mpfs hal 2022-05-06 11:32:54 +02:00
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 modules: hal_telink: introduce new HAL Telink module 2021-07-21 05:37:12 -04:00
Kconfig.tinycbor modules: tinycbor: Deprecate the module 2022-04-08 15:58:49 +02:00
Kconfig.tinycrypt
Kconfig.vega
Kconfig.xtensa
modules.cmake