diff options
Diffstat (limited to 'os/ports/GCC/ARM7')
-rw-r--r-- | os/ports/GCC/ARM7/port.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/os/ports/GCC/ARM7/port.mk b/os/ports/GCC/ARM7/port.mk index d81135981..7ed810a9a 100644 --- a/os/ports/GCC/ARM7/port.mk +++ b/os/ports/GCC/ARM7/port.mk @@ -1,7 +1,7 @@ -# List of the ChibiOS/RT Cortex-M3 port files.
-PORTSRC = ../../os/ports/GCC/ARM7/chcore.c
+# List of the ChibiOS/RT ARM7 port files.
+PORTSRC = ${CHIBIOS}/os/ports/GCC/ARM7/chcore.c
-PORTASM = ../../os/ports/GCC/ARM7/crt0.s \
- ../../os/ports/GCC/ARM7/chcoreasm.s
+PORTASM = ${CHIBIOS}/os/ports/GCC/ARM7/crt0.s \
+ ${CHIBIOS}/os/ports/GCC/ARM7/chcoreasm.s
-PORTINC = ../../os/ports/GCC/ARM7
+PORTINC = ${CHIBIOS}/os/ports/GCC/ARM7
|