diff options
-rw-r--r-- | os/ports/GCC/PPC/SPC56ELxx/hwconf.s (renamed from os/ports/GCC/PPC/SPC56ELxx/mmuconf.s) | 0 | ||||
-rw-r--r-- | os/ports/GCC/PPC/SPC56ELxx/port.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/PPC/SPC56ELxx/mmuconf.s b/os/ports/GCC/PPC/SPC56ELxx/hwconf.s index 3d903e15e..3d903e15e 100644 --- a/os/ports/GCC/PPC/SPC56ELxx/mmuconf.s +++ b/os/ports/GCC/PPC/SPC56ELxx/hwconf.s diff --git a/os/ports/GCC/PPC/SPC56ELxx/port.mk b/os/ports/GCC/PPC/SPC56ELxx/port.mk index 75c816de3..8bd94f574 100644 --- a/os/ports/GCC/PPC/SPC56ELxx/port.mk +++ b/os/ports/GCC/PPC/SPC56ELxx/port.mk @@ -2,7 +2,7 @@ PORTSRC = ${CHIBIOS}/os/ports/GCC/PPC/chcore.c
PORTASM = ${CHIBIOS}/os/ports/GCC/PPC/SPC56ELxx/bam.s \
- ${CHIBIOS}/os/ports/GCC/PPC/SPC56ELxx/mmuconf.s \
+ ${CHIBIOS}/os/ports/GCC/PPC/SPC56ELxx/hwconf.s \
${CHIBIOS}/os/ports/GCC/PPC/crt0.s \
${CHIBIOS}/os/ports/GCC/PPC/SPC56ELxx/ivor.s \
${CHIBIOS}/os/ports/GCC/PPC/SPC56ELxx/vectors.s
|