aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Rossignol <aarossig@google.com>2016-12-19 14:51:00 -0800
committerBrian Duddie <bduddie@google.com>2017-03-03 16:21:46 -0800
commit0d6761f003563e8ed74eec32d7d91d8d5821e5a0 (patch)
treec25409babe36e7a76b4a193c28cc65e46a487485 /Makefile
parenta9475cd4d9288d5eaf2ff55ab221d285a1826410 (diff)
downloadchre-0d6761f003563e8ed74eec32d7d91d8d5821e5a0.tar.gz
Adds Makefiles to build with the Hexagon toolchain
- Currently is hardcoded to hexagon v62. - Currently supports -O0 debug builds only. This is good enough to get code running on the SLPI to start implementing the platform abstractions. Change-Id: I180706364617c345843c2051679b719c3f22a69f
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..c81481a0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+#
+# All Makefile logic is located in the build/ directory and the main entry-point
+# is included here for convenience.
+#
+
+include build/main.mk