aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC-minimal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-LPC214x-GCC-minimal/Makefile')
-rw-r--r--demos/ARM7-LPC214x-GCC-minimal/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/demos/ARM7-LPC214x-GCC-minimal/Makefile b/demos/ARM7-LPC214x-GCC-minimal/Makefile
index 358b12597..23b74db74 100644
--- a/demos/ARM7-LPC214x-GCC-minimal/Makefile
+++ b/demos/ARM7-LPC214x-GCC-minimal/Makefile
@@ -53,8 +53,8 @@ CSRC = ${PORTSRC} \
${KERNSRC} \
${TESTSRC} \
../../os/io/pal.c \
- ../../os/ports/GCC//ARM7/LPC214x/vic.c \
- ../../os/ports/GCC/ARM7/LPC214x/pal_lld.c \
+ ../../os/io/platforms/LPC214x/pal_lld.c \
+ ../../os/io/platforms/LPC214x/vic.c \
board.c main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
@@ -87,8 +87,9 @@ ASMSRC = $(PORTASM) \
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
../../os/io \
- ../../os/ports/GCC/ARM7/LPC214x \
- ../../os/various
+ ../../os/io/platforms/LPC214x \
+ ../../os/various \
+ ../../os/ports/GCC/ARM7/LPC214x
#
# Project, sources and paths