diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-17 10:09:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-17 10:09:53 +0000 |
commit | 361aebfc957d30b37d15ce00ea6799501bfb465f (patch) | |
tree | 540762b0b54d2990d78e1eafaba09721ad36d13c | |
parent | 9b2dc50d630f7847faedd0fce95f50d0713dd517 (diff) | |
download | ChibiOS-361aebfc957d30b37d15ce00ea6799501bfb465f.tar.gz ChibiOS-361aebfc957d30b37d15ce00ea6799501bfb465f.tar.bz2 ChibiOS-361aebfc957d30b37d15ce00ea6799501bfb465f.zip |
Fixed bug 2933735.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1523 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/platforms/MSP430/platform.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/platforms/MSP430/platform.mk b/os/hal/platforms/MSP430/platform.mk new file mode 100644 index 000000000..d0175c1df --- /dev/null +++ b/os/hal/platforms/MSP430/platform.mk @@ -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
|