summaryrefslogtreecommitdiff
path: root/target/nios2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-13 13:14:05 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-13 13:14:21 -0600
commit246a3268c74b32628bdb662bedf6af3e2a0c001d (patch)
tree7fa64329d956273b08d3fb69fd4eeded8ef84aa6 /target/nios2/Makefile
parent2d59aaa7b602386fb549c9718f898d44a688cdcf (diff)
add basic nios2 toolchain support
Diffstat (limited to 'target/nios2/Makefile')
-rw-r--r--target/nios2/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/nios2/Makefile b/target/nios2/Makefile
new file mode 100644
index 000000000..ebc17340e
--- /dev/null
+++ b/target/nios2/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
+