aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk
diff options
context:
space:
mode:
authorisiora <none@example.com>2017-11-22 10:04:23 +0000
committerisiora <none@example.com>2017-11-22 10:04:23 +0000
commit3b07c94012e480114312ede2e4e1793f937f272c (patch)
tree894c0ebd59479fb892b6828483ae8b693644e82a /os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk
parent28ec07319b7174c4d391e8cb8002bb817b6bfd15 (diff)
downloadChibiOS-3b07c94012e480114312ede2e4e1793f937f272c.tar.gz
ChibiOS-3b07c94012e480114312ede2e4e1793f937f272c.tar.bz2
ChibiOS-3b07c94012e480114312ede2e4e1793f937f272c.zip
Added mmu.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11059 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk')
-rw-r--r--os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk10
1 files changed, 3 insertions, 7 deletions
diff --git a/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk b/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk
index 43b2b78ec..ada3f33d1 100644
--- a/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk
+++ b/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk
@@ -1,16 +1,12 @@
# List of the ChibiOS generic SAMA5D2 file.
-STARTUPSRC = $(CHIBIOS)/os/common/startup/ARMCAx-TZ/compilers/GCC/crt1.c
+STARTUPSRC = $(CHIBIOS)/os/common/startup/ARMCAx-TZ/compilers/GCC/crt1.c \
+ $(CHIBIOS)/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/mmu.c
STARTUPASM = $(CHIBIOS)/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S \
$(CHIBIOS)/os/common/startup/ARMCAx-TZ/compilers/GCC/vectors.S \
$(CHIBIOS)/os/common/startup/ARMCAx-TZ/compilers/GCC/crt0.S
STARTUPINC = ${CHIBIOS}/os/common/startup/ARMCAx-TZ/devices/SAMA5D2 \
- $(CHIBIOS)/os/common/ext/ARM/CMSIS/Core_A/Include
+ $(CHIBIOS)/os/common/ext/ARM/CMSIS/Core_A/Include
STARTUPLD = ${CHIBIOS}/os/common/startup/ARMCAx-TZ/compilers/GCC/ld
-
-# Shared variables
-ALLXASMSRC += $(STARTUPASM)
-ALLCSRC += $(STARTUPSRC)
-ALLINC += $(STARTUPINC)