Fixed bug 2933735.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1523 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-01-17 10:09:53 +00:00
parent 9b2dc50d63
commit 361aebfc95
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# List of all the MSP430 platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/MSP430/hal_lld.c \
${CHIBIOS}/os/hal/platforms/MSP430/pal_lld.c \
${CHIBIOS}/os/hal/platforms/MSP430/serial_lld.c
# Required include directories
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/MSP430