blob: 3cb4485c487167b7355bc36ac87147b7cf834bdc [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_ACE1X)
add_subdirectory(ace_v1x)
endif()
if(CONFIG_INTEL_ADSP_CAVS)
add_subdirectory(cavs)
endif()