diff options
Diffstat (limited to 'demos/MSP430-MSP430x1611-GCC/Makefile')
-rw-r--r-- | demos/MSP430-MSP430x1611-GCC/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/MSP430-MSP430x1611-GCC/Makefile b/demos/MSP430-MSP430x1611-GCC/Makefile index 4f9d159c3..8cf693eb1 100644 --- a/demos/MSP430-MSP430x1611-GCC/Makefile +++ b/demos/MSP430-MSP430x1611-GCC/Makefile @@ -45,6 +45,7 @@ include ../../test/test.mk # C sources here.
CSRC = ../../ports/MSP430/chcore.c \
../../ports/MSP430/msp430_serial.c \
+ ../../ports/MSP430/pal_lld.c \
${KERNSRC} \
${TESTSRC} \
../../src/lib/evtimer.c \
|