aboutsummaryrefslogtreecommitdiff
path: root/00-disptest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '00-disptest/Makefile')
-rw-r--r--00-disptest/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/00-disptest/Makefile b/00-disptest/Makefile
new file mode 100644
index 0000000..338bf5d
--- /dev/null
+++ b/00-disptest/Makefile
@@ -0,0 +1,3 @@
+TARGET:=disptest.elf
+OBJS:=start.o
+include ../common.mk