Skip to content

Commit e824f3f

Browse files
committed
boot_test: fix CMake condition for ACE platforms
Enable for all ACE platforms Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
1 parent 8d44f26 commit e824f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if (CONFIG_ACE_VERSION_1_5)
1+
if (CONFIG_ACE)
22
zephyr_library_sources_ifdef(CONFIG_SOF_BOOT_TEST
33
vmh.c
44
)

0 commit comments

Comments
 (0)