diff options
Diffstat (limited to 'target/v850')
-rw-r--r-- | target/v850/Makefile | 7 | ||||
-rw-r--r-- | target/v850/systems/toolchain-v850 | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/target/v850/Makefile b/target/v850/Makefile new file mode 100644 index 000000000..03afae8f0 --- /dev/null +++ b/target/v850/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/v850/systems/toolchain-v850 b/target/v850/systems/toolchain-v850 new file mode 100644 index 000000000..0043bac74 --- /dev/null +++ b/target/v850/systems/toolchain-v850 @@ -0,0 +1,8 @@ +config ADK_TARGET_SYSTEM_TOOLCHAIN_V850 + bool "Toolchain only" + select ADK_CPU_V850 + select ADK_TARGET_TOOLCHAIN + select ADK_TARGET_PACKAGE_TXZ + help + V850 toolchain. + |