aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/AVR
diff options
context:
space:
mode:
authorFabio Utzig <utzig@utzig.org>2016-04-16 03:14:27 +0000
committerFabio Utzig <utzig@utzig.org>2016-04-16 03:14:27 +0000
commitf4b86fbcdc17eab10e83fd968b5741143ef4b883 (patch)
tree604d9772e92bd04ee4cfcf44c8e9d6ea6dd0f0c5 /os/common/ports/AVR
parent78819b0c79322935826a27fa130a64d8d376d0e5 (diff)
downloadChibiOS-f4b86fbcdc17eab10e83fd968b5741143ef4b883.tar.gz
ChibiOS-f4b86fbcdc17eab10e83fd968b5741143ef4b883.tar.bz2
ChibiOS-f4b86fbcdc17eab10e83fd968b5741143ef4b883.zip
[AVR] Fixed port paths
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9280 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/AVR')
-rw-r--r--os/common/ports/AVR/compilers/GCC/mk/port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/ports/AVR/compilers/GCC/mk/port.mk b/os/common/ports/AVR/compilers/GCC/mk/port.mk
index ff129b8e0..c345929f4 100644
--- a/os/common/ports/AVR/compilers/GCC/mk/port.mk
+++ b/os/common/ports/AVR/compilers/GCC/mk/port.mk
@@ -1,7 +1,7 @@
# List of the ChibiOS/RT AVR port files.
-PORTSRC = ${CHIBIOS}/os/rt/ports/AVR/chcore.c
+PORTSRC = ${CHIBIOS}/os/common/ports/AVR/chcore.c
PORTASM =
-PORTINC = ${CHIBIOS}/os/rt/ports/AVR \
- ${CHIBIOS}/os/rt/ports/AVR/compilers/GCC
+PORTINC = ${CHIBIOS}/os/common/ports/AVR \
+ ${CHIBIOS}/os/common/ports/AVR/compilers/GCC