aboutsummaryrefslogtreecommitdiff
path: root/ash/ash.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ash/ash.mk')
-rw-r--r--ash/ash.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/ash/ash.mk b/ash/ash.mk
new file mode 100644
index 00000000..a387b5b8
--- /dev/null
+++ b/ash/ash.mk
@@ -0,0 +1,13 @@
+#
+# ASH Makefile
+#
+
+# Common Compiler Flags ########################################################
+
+# Include paths.
+COMMON_CFLAGS += -Iash/include
+COMMON_CFLAGS += -Iash/include/ash_api
+
+# Simulator-specific Source Files ##############################################
+
+SIM_SRCS += ash/platform/linux/ash.cc