mirror of https://github.com/thesofproject/sof.git
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:
parent
784bce763c
commit
2474fb48c6
|
@ -17,8 +17,4 @@ else()
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if (CONFIG_CAVS)
|
||||
add_subdirectory(cavs)
|
||||
elseif(CONFIG_ACE)
|
||||
add_subdirectory(ace)
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue