zephyr/ext/hal/Makefile
Piotr Mienkowski 11f9e4812f ext: Integrate Atmel SDK (ASF) files into Zephyr
Atmel Software Framework (ASF) provides a set of low-level
header files that give access to different hardware
peripherals of Atmel's ICs.

This patch adds build infrastructure files like Makefile
and Kconfig to introduce ASF into Zephyr.

Jira: ZEP-976
Change-Id: I52eead376f6c1a057d6f03292ef77ff00f1b8708
Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2017-02-01 21:01:12 +00:00

17 lines
345 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/st/stm32cube/Makefile
include $(srctree)/ext/hal/ti/cc3200sdk/Makefile