mirror of https://github.com/thesofproject/sof.git
test: kpb component name fixed in a configuration file
kpb directory is now added to cmoka test afer CONFIG_COMP_KPB is set Signed-off-by: Lech Betlej <lech.betlej@linux.intel.com>
This commit is contained in:
parent
24e241b852
commit
9845c9d418
|
@ -7,7 +7,7 @@ add_subdirectory(pipeline)
|
|||
if(CONFIG_COMP_VOLUME)
|
||||
add_subdirectory(volume)
|
||||
endif()
|
||||
if(CONFIG_COMP_VOLUME)
|
||||
if(CONFIG_COMP_KPB)
|
||||
add_subdirectory(kpb)
|
||||
endif()
|
||||
if(CONFIG_COMP_SEL)
|
||||
|
|
Loading…
Reference in New Issue