summaryrefslogtreecommitdiff
path: root/bootrom/demo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bootrom/demo/Makefile')
-rw-r--r--bootrom/demo/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootrom/demo/Makefile b/bootrom/demo/Makefile
new file mode 100644
index 0000000..dfe3663
--- /dev/null
+++ b/bootrom/demo/Makefile
@@ -0,0 +1,5 @@
+PROG := demo
+SRCS := demo.S
+EXTRAS := hello_msg.txt
+
+include ../bram.mk