From efb5332373ccaa36b2d2e465b3bceb2b7f4b7655 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 4 Nov 2014 09:40:51 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7473 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/ports/SIMIA32/compilers/GCC/port.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'os/rt/ports/SIMIA32/compilers') diff --git a/os/rt/ports/SIMIA32/compilers/GCC/port.mk b/os/rt/ports/SIMIA32/compilers/GCC/port.mk index 8f053abc4..0d5f0903d 100644 --- a/os/rt/ports/SIMIA32/compilers/GCC/port.mk +++ b/os/rt/ports/SIMIA32/compilers/GCC/port.mk @@ -1,6 +1,7 @@ # List of the ChibiOS/RT SIMIA32 port files. -PORTSRC = ${CHIBIOS}/os/ports/GCC/SIMIA32/chcore.c +PORTSRC = ${CHIBIOS}/os/rt/ports/SIMIA32/chcore.c PORTASM = -PORTINC = ${CHIBIOS}/os/ports/GCC/SIMIA32 +PORTINC = ${CHIBIOS}/os/rt/ports/SIMIA32/compilers/GCC \ + ${CHIBIOS}/os/rt/ports/SIMIA32 -- cgit v1.2.3