blob: f17a0ffe8152e01fa15c91ca8ca35077a296ae4d [file] [log] [blame]
# Copyright (c) 2019 Brett Witherspoon
#
# SPDX-License-Identifier: Apache-2.0
zephyr_sources(soc.c)
zephyr_sources(ccfg.c)
zephyr_library_sources_ifdef(CONFIG_PM power.c)
zephyr_library_sources_ifdef(CONFIG_PM_DEVICE power.c)
zephyr_linker_sources_ifdef(CONFIG_HAS_TI_CCFG SECTIONS ccfg.ld)