blob: 2cee15bbcf6b9b4d3181a71e2b2a8848bce7f43e [file] [log] [blame]
# Intel ADSP SoCs family CMake file
#
# Copyright (c) 2020 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(common)
if(CONFIG_SOC_SERIES_INTEL_ACE)
add_subdirectory(ace)
endif()
if(CONFIG_INTEL_ADSP_CAVS)
add_subdirectory(cavs)
endif()
zephyr_include_directories(common/include)