diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 13:05:59 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-02 13:05:59 +0000 |
commit | e8f67437d0007a2a4cd5a05afbd525a1960c188c (patch) | |
tree | f98aa8c362c1d8d3b5247a63c1cbaadbced2e6b8 /os/common/ports/SIMIA32/compilers/GCC | |
parent | 4c9f1963a9d92af708dccb93a41f0cebcb43e796 (diff) | |
download | ChibiOS-e8f67437d0007a2a4cd5a05afbd525a1960c188c.tar.gz ChibiOS-e8f67437d0007a2a4cd5a05afbd525a1960c188c.tar.bz2 ChibiOS-e8f67437d0007a2a4cd5a05afbd525a1960c188c.zip |
Simulator updates, not complete.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9223 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/SIMIA32/compilers/GCC')
-rw-r--r-- | os/common/ports/SIMIA32/compilers/GCC/port.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/common/ports/SIMIA32/compilers/GCC/port.mk b/os/common/ports/SIMIA32/compilers/GCC/port.mk index 0d5f0903d..124ad35c8 100644 --- a/os/common/ports/SIMIA32/compilers/GCC/port.mk +++ b/os/common/ports/SIMIA32/compilers/GCC/port.mk @@ -1,7 +1,7 @@ # List of the ChibiOS/RT SIMIA32 port files.
-PORTSRC = ${CHIBIOS}/os/rt/ports/SIMIA32/chcore.c
+PORTSRC = ${CHIBIOS}/os/common/ports/SIMIA32/chcore.c
PORTASM =
-PORTINC = ${CHIBIOS}/os/rt/ports/SIMIA32/compilers/GCC \
- ${CHIBIOS}/os/rt/ports/SIMIA32
+PORTINC = ${CHIBIOS}/os/common/ports/SIMIA32/compilers/GCC \
+ ${CHIBIOS}/os/common/ports/SIMIA32
|