diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2009-02-11 23:56:00 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2009-02-11 23:56:00 +0000 |
commit | 63e709c7c83a3c0a462275d6b7c053804127e295 (patch) | |
tree | ba6b42e381886d8803b607e34567e14ef77436fe /firmware/SOURCES | |
parent | 00a9685985881866dd08d9dc38ef58e93a27917f (diff) |
Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is now 100% assembly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19980 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 4d33c7949b..dd3569ac13 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -725,7 +725,7 @@ target/arm/usb-fw-pp502x.c #ifdef GIGABEAT_F #ifndef SIMULATOR target/arm/lcd-as-memframe.S -target/arm/mmu-arm.c +target/arm/mmu-arm.S target/arm/s3c2440/debug-s3c2440.c target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c @@ -750,7 +750,7 @@ target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c #ifdef GIGABEAT_S #ifndef SIMULATOR target/arm/lcd-as-memframe.S -target/arm/mmu-arm.c +target/arm/mmu-arm.S target/arm/imx31/debug-imx31.c target/arm/imx31/rolo_restart.S target/arm/imx31/gigabeat-s/adc-imx31.c @@ -799,7 +799,7 @@ target/arm/tms320dm320/uart-dm320.c #ifdef MROBE_500 #ifndef SIMULATOR target/arm/lcd-as-memframe.S -target/arm/mmu-arm.c +target/arm/mmu-arm.S target/arm/tms320dm320/mrobe-500/adc-mr500.c target/arm/tms320dm320/mrobe-500/ata-mr500.c target/arm/tms320dm320/mrobe-500/backlight-mr500.c @@ -820,7 +820,7 @@ target/arm/tms320dm320/mrobe-500/usb-mr500.c #ifndef SIMULATOR target/arm/ata-as-arm.S target/arm/lcd-as-memframe.S -target/arm/mmu-arm.c +target/arm/mmu-arm.S target/arm/tms320dm320/creative-zvm/adc-creativezvm.c target/arm/tms320dm320/creative-zvm/ata-creativezvm.c target/arm/tms320dm320/creative-zvm/dma-creativezvm.c |