blob: d924a7b28409dce2ecf0a5e57a07c86edc478b54 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_include_directories(${ZEPHYR_BASE}/drivers)
zephyr_sources(
soc.c
)
zephyr_sources_ifdef(CONFIG_PM
power.c
)