diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-04 22:50:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-04 22:50:18 +0200 |
commit | 3c7cf70600a7bf2ea99f9b3b061cc4143b13d39e (patch) | |
tree | b4254fa888f5afe82b8a789812e13bd23db006d4 /target/tile | |
parent | bbbb037d4cb257e7b9ae04d4f1ac1bd11d610870 (diff) | |
parent | 13426675f073a42e3af1e5da24cc431a307747bc (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/tile')
-rw-r--r-- | target/tile/Makefile | 9 | ||||
-rw-r--r-- | target/tile/systems/toolchain-tile | 10 |
2 files changed, 19 insertions, 0 deletions
diff --git a/target/tile/Makefile b/target/tile/Makefile new file mode 100644 index 000000000..ebc17340e --- /dev/null +++ b/target/tile/Makefile @@ -0,0 +1,9 @@ +# 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 +include $(ADK_TOPDIR)/mk/kernel.mk +include $(ADK_TOPDIR)/mk/modules.mk +include $(ADK_TOPDIR)/mk/kernel-build.mk +include $(ADK_TOPDIR)/mk/image.mk + diff --git a/target/tile/systems/toolchain-tile b/target/tile/systems/toolchain-tile new file mode 100644 index 000000000..bd6837dd8 --- /dev/null +++ b/target/tile/systems/toolchain-tile @@ -0,0 +1,10 @@ +config ADK_TARGET_SYSTEM_TOOLCHAIN_TILE + bool "Toolchain only" + select ADK_tile + select ADK_toolchain_tile + select ADK_CPU_TILE + select ADK_TARGET_TOOLCHAIN + select ADK_TARGET_PACKAGE_TXZ + help + TILE toolchain. + |