Move the CMakeLists.txt and Kconfig files from the hal_silabs tree under modules/hal_silabs in the main tree. This also includes all Zephyr shim code from the hal_silabs tree. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
5 lines
235 B
CMake
5 lines
235 B
CMake
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_SILABS_S0 gecko)
|
|
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_SILABS_S1 gecko)
|
|
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_SILABS_S2 simplicity_sdk)
|
|
add_subdirectory_ifdef(CONFIG_HAS_SILABS_SI32 si32)
|