summaryrefslogtreecommitdiff
path: root/target/s390
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-23 22:18:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-23 22:18:58 +0200
commitdecbb27c4e0df81d832e90cadb5a9c93b8ac03fb (patch)
tree751e60f9b890680ae7e6b61eb265974de19bef0f /target/s390
parent71f9379f60753c4a4edad91058523e98eaa0fe40 (diff)
add s/390 toolchain support
Diffstat (limited to 'target/s390')
-rw-r--r--target/s390/Makefile7
-rw-r--r--target/s390/systems/toolchain-s3908
2 files changed, 15 insertions, 0 deletions
diff --git a/target/s390/Makefile b/target/s390/Makefile
new file mode 100644
index 000000000..03afae8f0
--- /dev/null
+++ b/target/s390/Makefile
@@ -0,0 +1,7 @@
+# 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-build.mk
+include $(ADK_TOPDIR)/mk/image.mk
+
diff --git a/target/s390/systems/toolchain-s390 b/target/s390/systems/toolchain-s390
new file mode 100644
index 000000000..e1b520a83
--- /dev/null
+++ b/target/s390/systems/toolchain-s390
@@ -0,0 +1,8 @@
+config ADK_TARGET_SYSTEM_TOOLCHAIN_S390
+ bool "Toolchain only"
+ select ADK_CPU_S390
+ select ADK_TARGET_TOOLCHAIN
+ select ADK_TARGET_PACKAGE_TXZ
+ help
+ S390 toolchain.
+