zephyr: lib: move cpu.c from lib-zephyr

Move zephyr cpu.c from "unnecessary" lib-zephyr to lib/zephyr.

Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
This commit is contained in:
Jaska Uimonen 2023-01-31 09:26:05 +02:00 committed by Liam Girdwood
parent a74ad93270
commit 1e21a5d2fc
2 changed files with 1 additions and 1 deletions

View File

@ -591,13 +591,13 @@ zephyr_library_sources(
${SOF_SRC_PATH}/schedule/schedule.c
${SOF_SRC_PATH}/idc/zephyr_idc.c
${SOF_SRC_PATH}/lib-zephyr/cpu.c
# Bridge wrapper between SOF and Zephyr APIs - Will shrink over time.
wrapper.c
edf_schedule.c
schedule.c
lib/alloc.c
lib/cpu.c
# Common library functions - Will be moved to Zephyr over time
lib.c