diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-03 23:33:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-03 23:33:55 +0200 |
commit | 272acea1ae652537c32ef99a476b574e510689d7 (patch) | |
tree | e80020529ad7661e87cd937f206454f55c9e7685 /target/msp430/Makefile | |
parent | ed23702c1e203d4ebe9dabf78c17cb877b5e41a6 (diff) |
add msp430 newlib toolchain support
Diffstat (limited to 'target/msp430/Makefile')
-rw-r--r-- | target/msp430/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/msp430/Makefile b/target/msp430/Makefile new file mode 100644 index 000000000..9c9eb49d0 --- /dev/null +++ b/target/msp430/Makefile @@ -0,0 +1,4 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(ADK_TOPDIR)/rules.mk |