zephyr/ext/hal/Makefile
Christian Taedcke 04dd357e11 ext: Integrate Silabs Gecko SDK into Zephyr
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>
2017-10-10 11:56:47 -05:00

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