2019-04-06 09:08:09 -04:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2017-10-27 15:43:34 +02:00
|
|
|
zephyr_include_directories(.)
|
2020-02-18 20:05:31 -03:00
|
|
|
zephyr_library_sources_ifndef(CONFIG_SOC_SERIES_SAM4L soc_pmc.c)
|
|
|
|
zephyr_library_sources_ifndef(CONFIG_SOC_SERIES_SAM4L soc_gpio.c)
|
2023-10-20 00:21:18 +02:00
|
|
|
zephyr_library_sources_ifndef(CONFIG_SOC_SERIES_SAM4L soc_supc.c)
|
2023-12-07 14:22:51 +01:00
|
|
|
zephyr_library_sources_ifndef(CONFIG_SOC_SERIES_SAM4L soc_power.c)
|
2023-10-20 00:26:08 +02:00
|
|
|
zephyr_library_sources_ifndef(CONFIG_SOC_SERIES_SAM4L soc_poweroff.c)
|
2020-02-18 20:05:31 -03:00
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_SOC_SERIES_SAM4L soc_sam4l_pm.c)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_SOC_SERIES_SAM4L soc_sam4l_gpio.c)
|
2023-10-20 00:26:08 +02:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_SOC_SERIES_SAM4L soc_sam4l_poweroff.c)
|