git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11060 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
3b07c94012
commit
87b51dc83d
|
@ -10,3 +10,8 @@ STARTUPINC = ${CHIBIOS}/os/common/startup/ARMCAx-TZ/devices/SAMA5D2 \
|
|||
$(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)
|
||||
|
|
Loading…
Reference in New Issue