Changed references from ARM to ARMCAx-TZ

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11010 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
isiora 2017-11-14 22:51:12 +00:00
parent 867cfc94c5
commit a96eeba9cb
1 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ PROJECT = ch
# Imported source files and paths
CHIBIOS = ../../..
# Startup files.
include $(CHIBIOS)/os/common/startup/ARM/compilers/GCC/mk/startup_sama5d2.mk
include $(CHIBIOS)/os/common/startup/ARMCAx-TZ/compilers/GCC/mk/startup_sama5d2.mk
# HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/ports/SAMA/SAMA5D2x/platform.mk
@ -127,7 +127,7 @@ include $(CHIBIOS)/test/rt/rt_test.mk
include $(CHIBIOS)/test/oslib/oslib_test.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/SAMA5D2-T.ld
LDSCRIPT= $(STARTUPLD)/SAMA5D2.ld
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
@ -240,7 +240,7 @@ ULIBS =
# End of user defines
##############################################################################
RULESPATH = $(CHIBIOS)/os/common/startup/ARM/compilers/GCC
RULESPATH = $(CHIBIOS)/os/common/startup/ARMCAx-TZ/compilers/GCC
include $(RULESPATH)/rules.mk
##############################################################################