host: move edf_schedule to platform

move to allow other programs to use the scheduler

Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
This commit is contained in:
Curtis Malainey 2020-10-06 14:54:17 -07:00 committed by Liam Girdwood
parent fa317ffca9
commit c5a0cf0d27
3 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,5 @@
add_local_sources(sof
schedule.c
ll_schedule.c
edf_schedule.c
)

View File

@ -10,7 +10,6 @@ add_executable(testbench
testbench.c
common_test.c
file.c
edf_schedule.c
topology.c
)