diff options
Diffstat (limited to 'arm9/arm9.lcf')
-rw-r--r-- | arm9/arm9.lcf | 37 |
1 files changed, 30 insertions, 7 deletions
diff --git a/arm9/arm9.lcf b/arm9/arm9.lcf index 31fa7a2c..4bdb86db 100644 --- a/arm9/arm9.lcf +++ b/arm9/arm9.lcf @@ -456,7 +456,6 @@ SECTIONS { GX_asm.o (.text) OS_irqHandler.o (.text) OS_irqTable.o (.text) - OS_interrupt_asm.o (.text) OS_interrupt.o (.text) OS_spinLock.o (.text) OS_printf.o (.text) @@ -514,12 +513,36 @@ SECTIONS { SPI_tp.o (.text) SPI_mic.o (.text) SPI_pm.o (.text) - librtc.o (.text) - libcard.o (.text) - libwm.o (.text) - libctrdg.o (.text) - libmath.o (.text) - libstd.o (.text) + RTC_external.o (.text) + RTC_internal.o (.text) + RTC_convert.o (.text) + CARD_common.o (.text) + CARD_spi.o (.text) + CARD_backup.o (.text) + CARD_rom.o (.text) + CARD_request.o (.text) + CARD_pullOut.o (.text) + WM_system.o (.text) + WM_sync.o (.text) + WM_standard.o (.text) + WM_mp.o (.text) + WM_dcf.o (.text) + WM_ds.o (.text) + WM_ks.o (.text) + WM_etc.o (.text) + CTRDG.o (.text) + CTRDG_proc.o (.text) + CTRDG_backup.o (.text) + CTRDG_flash_common.o (.text) + CTRDG_flash_AT29LV512.o (.text) + CTRDG_flash_LE39FW512.o (.text) + CTRDG_flash_MX29L010.o (.text) + CTRDG_flash_MX29L512.o (.text) + CTRDG_task.o (.text) + MATH.o (.text) + MATH_dgt.o (.text) + MATH_crc.o (.text) + STD_string.o (.text) /* C standard library */ libc.o (.text) /* MWCC library */ |