git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3203 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
04d4c09cfa
commit
106321fd70
|
@ -9,3 +9,5 @@ PORTASM =
|
|||
|
||||
PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCMx \
|
||||
${CHIBIOS}/os/ports/GCC/ARMCMx/LPC11xx
|
||||
|
||||
PORTLD = ${CHIBIOS}/os/ports/GCC/ARMCMx/LPC11xx/ld
|
||||
|
|
|
@ -9,3 +9,5 @@ PORTASM =
|
|||
|
||||
PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCMx \
|
||||
${CHIBIOS}/os/ports/GCC/ARMCMx/LPC13xx
|
||||
|
||||
PORTLD = ${CHIBIOS}/os/ports/GCC/ARMCMx/LPC13xx/ld
|
||||
|
|
|
@ -11,4 +11,3 @@ PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCMx \
|
|||
${CHIBIOS}/os/ports/GCC/ARMCMx/STM32
|
||||
|
||||
PORTLD = ${CHIBIOS}/os/ports/GCC/ARMCMx/STM32/ld
|
||||
|
||||
|
|
|
@ -9,3 +9,5 @@ PORTASM =
|
|||
|
||||
PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCMx \
|
||||
${CHIBIOS}/os/ports/GCC/ARMCMx/STM32L1xx
|
||||
|
||||
PORTLD = ${CHIBIOS}/os/ports/GCC/ARMCMx/STM32L1xx/ld
|
||||
|
|
Loading…
Reference in New Issue