blob: fbbcda6b0aee572c50ffdacee40e7a8988e7db62 [file] [log] [blame]
# Intel ACE SoC family CMake file
#
# Copyright (c) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
zephyr_library_sources_ifdef(CONFIG_PM
power.c
)
zephyr_library_sources(
soc.c
multiprocessing.c
irq.c
power_down.S
)