summaryrefslogtreecommitdiff
path: root/target/c6x/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-06 02:58:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-06 03:03:43 +0100
commitdfed1fd20f9fbfa453aa7ff54356597d6d3e05b9 (patch)
treee16dacf815d10bc7c7052c8b0ea4ba9f06689c01 /target/c6x/Makefile
parent67ce693b29bff1ace9dda505155174fb8ce62297 (diff)
add basic bits for c6x toolchains support
Diffstat (limited to 'target/c6x/Makefile')
-rw-r--r--target/c6x/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/c6x/Makefile b/target/c6x/Makefile
new file mode 100644
index 000000000..ebc17340e
--- /dev/null
+++ b/target/c6x/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
+