[AVR] Fixed port paths

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9280 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Fabio Utzig 2016-04-16 03:14:27 +00:00
parent 78819b0c79
commit f4b86fbcdc
1 changed files with 3 additions and 3 deletions

View File

@ -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