diff --git a/tools/topology/topology2/CMakeLists.txt b/tools/topology/topology2/CMakeLists.txt index cbc12d09e..ae5d2b2b1 100644 --- a/tools/topology/topology2/CMakeLists.txt +++ b/tools/topology/topology2/CMakeLists.txt @@ -17,8 +17,4 @@ else() endif() endif() -if (CONFIG_CAVS) add_subdirectory(cavs) -elseif(CONFIG_ACE) -add_subdirectory(ace) -endif()