diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 10:21:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-28 10:21:59 +0200 |
commit | b2c15413414e1060938d682df3a0f2c9534cf012 (patch) | |
tree | de3369d7f51557e37b79fcbf7e7f43204e3a5433 /target/cris/Makefile | |
parent | 0eb32a8e2e000218959606af4a54a55fc4598eea (diff) | |
parent | 165994403a52976f00b993b9e1899e331cce4f61 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 + |