diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-26 18:24:25 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-26 18:24:45 +0200 |
| commit | b71f41a9286d34a9ac3d19a7ffa07208682c27e0 (patch) | |
| tree | e5d61f5ca00ebb3bfe4fb8eef52608b09a242cfe /target/cris/Makefile | |
| parent | 85a2d02040f0c755ab4522df3d336ee636e6b757 (diff) | |
add support for toolchain building for crisv32 architecture
Diffstat (limited to 'target/cris/Makefile')
| -rw-r--r-- | target/cris/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/cris/Makefile b/target/cris/Makefile new file mode 100644 index 000000000..ebc17340e --- /dev/null +++ b/target/cris/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 + |
