Split and link OSRtc OSSync for 0-01

This commit is contained in:
2024-12-26 15:47:22 -08:00
parent 3d8c5d4ab4
commit e2435eeb7a
2 changed files with 9 additions and 2 deletions

View File

@@ -1187,8 +1187,8 @@ config.libs = [
Object(NonMatching, "Dolphin/os/OSReboot.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/OSReset.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/OSResetSW.c"),
Object(MatchingFor("GM8E01_00"), "Dolphin/os/OSRtc.c"),
Object(MatchingFor("GM8E01_00"), "Dolphin/os/OSSync.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/OSRtc.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/OSSync.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/OSThread.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/OSTime.c"),
Object(MatchingFor("GM8E01_00", "GM8E01_01"), "Dolphin/os/__ppc_eabi_init.cpp"),