aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/example-device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/example-device.mk')
-rw-r--r--contrib/example-device.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/example-device.mk b/contrib/example-device.mk
new file mode 100644
index 0000000..88d2e28
--- /dev/null
+++ b/contrib/example-device.mk
@@ -0,0 +1,7 @@
+# Device-specific make targets
+
+.PHONY: spi_upload
+
+spi_upload: build/$(project).bit
+ @echo "unimplemented!"
+