topology2: Revert the conditional topology2 building for CAVS/ACE

The MTL support added conditional build for topology2 based on CONFIG_CAVS
or CONFIG_ACE.
This is wrong for several reasons:
There is not ace directory present
The Kconfig system is not used when building topologies, so we are ending
up not building topology2 files at all.

There is no reason why CAVS and ACE topologies should be exclusive.

Fixes: 784bce763c ("mtl: Added meteorlake platform to the build system")
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
This commit is contained in:
Peter Ujfalusi 2022-09-23 08:40:04 +03:00 committed by Liam Girdwood
parent 784bce763c
commit 2474fb48c6
1 changed files with 0 additions and 4 deletions

View File

@ -17,8 +17,4 @@ else()
endif()
endif()
if (CONFIG_CAVS)
add_subdirectory(cavs)
elseif(CONFIG_ACE)
add_subdirectory(ace)
endif()