The Silicon Labs Gecko SDK provides a set of low-level header files that give access to different hardware peripherals of Silabs EXX32 SoCs. This patch adds build infrastructure files like Makefile and Kconfig to introduce the Gecko SDK into Zephyr. Signed-off-by: Christian Taedcke <hacking@taedcke.com>
19 lines
403 B
Makefile
19 lines
403 B
Makefile
|
|
ifdef CONFIG_ASF
|
|
include $(srctree)/ext/hal/atmel/asf/Makefile
|
|
endif
|
|
|
|
-include $(srctree)/ext/hal/cmsis/Makefile
|
|
|
|
-include $(srctree)/ext/hal/nordic/Makefile
|
|
|
|
-include $(srctree)/ext/hal/nxp/mcux/Makefile
|
|
|
|
-include $(srctree)/ext/hal/qmsi/Makefile
|
|
|
|
-include $(srctree)/ext/hal/silabs/gecko/Makefile
|
|
|
|
-include $(srctree)/ext/hal/st/stm32cube/Makefile
|
|
|
|
-include $(srctree)/ext/hal/ti/simplelink/Makefile
|