aboutsummaryrefslogtreecommitdiffstats
path: root/demos/MSP430-MSP430x1611-GCC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/MSP430-MSP430x1611-GCC/Makefile')
-rw-r--r--demos/MSP430-MSP430x1611-GCC/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/demos/MSP430-MSP430x1611-GCC/Makefile b/demos/MSP430-MSP430x1611-GCC/Makefile
index e316c3fa9..6183fccf5 100644
--- a/demos/MSP430-MSP430x1611-GCC/Makefile
+++ b/demos/MSP430-MSP430x1611-GCC/Makefile
@@ -48,8 +48,9 @@ CSRC = ${PORTSRC} \
${KERNSRC} \
${TESTSRC} \
../../os/io/pal.c \
- ../../os/ports/GCC/MSP430/pal_lld.c \
- ../../os/ports/GCC/MSP430/msp430_serial.c \
+ ../../os/io/serial.c \
+ ../../os/io/platforms/MSP430/pal_lld.c \
+ ../../os/io/platforms/MSP430/serial_lld.c \
../../os/various/evtimer.c \
board.c main.c
@@ -61,6 +62,7 @@ ASMSRC = $(PORTASM)
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
../../os/io \
+ ../../os/io/platforms/MSP430 \
../../os/various
#