Skip to content

Commit 1e21a5d

Browse files
Jaska Uimonenlgirdwood
authored andcommitted
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>
1 parent a74ad93 commit 1e21a5d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

zephyr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,13 +591,13 @@ zephyr_library_sources(
591591
${SOF_SRC_PATH}/schedule/schedule.c
592592

593593
${SOF_SRC_PATH}/idc/zephyr_idc.c
594-
${SOF_SRC_PATH}/lib-zephyr/cpu.c
595594

596595
# Bridge wrapper between SOF and Zephyr APIs - Will shrink over time.
597596
wrapper.c
598597
edf_schedule.c
599598
schedule.c
600599
lib/alloc.c
600+
lib/cpu.c
601601

602602
# Common library functions - Will be moved to Zephyr over time
603603
lib.c
File renamed without changes.

0 commit comments

Comments
 (0)