diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-02 08:56:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-02 08:56:34 +0200 |
commit | 8f7c6a8536326251f574d02a62ac244d38e605b6 (patch) | |
tree | 7e7c1bb84577fb0ac3ec8203bfe1e9d72556e5e1 /target/epiphany | |
parent | 35e145d8d1e42c4da3556ddec2f1075306cb11e1 (diff) |
add support for epiphany bare-metal toolchain building
Diffstat (limited to 'target/epiphany')
-rw-r--r-- | target/epiphany/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/epiphany/Makefile b/target/epiphany/Makefile new file mode 100644 index 000000000..9c9eb49d0 --- /dev/null +++ b/target/epiphany/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 |