diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-26 05:07:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-26 05:32:49 +0200 |
commit | 285cf52be98b027686534b0a8041bc91200e47ec (patch) | |
tree | e1e26555d87c71792b4f2b8dda3332958ad9c579 /target/cr16 | |
parent | dc691fec88afc4ba5eb0d809b9ce9d19e9b039e2 (diff) |
add bare-metal toolchain support for cr16 architecture
Diffstat (limited to 'target/cr16')
-rw-r--r-- | target/cr16/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/cr16/Makefile b/target/cr16/Makefile new file mode 100644 index 000000000..9c9eb49d0 --- /dev/null +++ b/target/cr16/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 |