aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authorisiora <none@example.com>2018-04-13 13:48:29 +0000
committerisiora <none@example.com>2018-04-13 13:48:29 +0000
commit4f83e76a3325a4f9d5d7f786cb4808172f9f9e7d (patch)
treed60a9c9838446307d1220485dccb3c3b137934dc /os/common
parentb53e3fbf22854670b4257daa025c896a90d4988b (diff)
downloadChibiOS-4f83e76a3325a4f9d5d7f786cb4808172f9f9e7d.tar.gz
ChibiOS-4f83e76a3325a4f9d5d7f786cb4808172f9f9e7d.tar.bz2
ChibiOS-4f83e76a3325a4f9d5d7f786cb4808172f9f9e7d.zip
FIxed the path of mmu.c
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11929 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/common')
-rwxr-xr-xos/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk b/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk
index cbc14536c..b259c6e1a 100755
--- a/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk
+++ b/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk
@@ -1,6 +1,6 @@
# List of the ChibiOS generic SAMA5D2 file.
STARTUPSRC = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt1.c \
- $(CHIBIOS)/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/mmu.c
+ $(CHIBIOS)/os/common/startup/ARM/devices/SAMA5D2/mmu.c
STARTUPASM = $(CHIBIOS)/os/common/startup/ARM/devices/SAMA5D2/boot.S \
$(CHIBIOS)/os/common/startup/ARM/compilers/GCC/vectors.S \