diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2017-07-29 11:03:04 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2017-07-29 11:03:04 +0000 |
commit | 855630dbccc8ab5597a8b3cf362a827386f4253f (patch) | |
tree | e02e859d75ae65ad5a29edab0a34387e06868e18 /os/common/startup/ARM/compilers | |
parent | 3ea96b878c6b959fb8c9c400e3f1404f2ceade85 (diff) | |
download | ChibiOS-855630dbccc8ab5597a8b3cf362a827386f4253f.tar.gz ChibiOS-855630dbccc8ab5597a8b3cf362a827386f4253f.tar.bz2 ChibiOS-855630dbccc8ab5597a8b3cf362a827386f4253f.zip |
Created hierarchy to add SAMA5 support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10343 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/ARM/compilers')
-rwxr-xr-x | os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk | 2 |
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 f9c953b91..30b32e221 100755 --- a/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk +++ b/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk @@ -1,4 +1,4 @@ -# List of the ChibiOS generic LPC214x file.
+# List of the ChibiOS generic SAMA5D2 file.
STARTUPSRC = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/crt1.c
STARTUPASM = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/vectors.S \
|