aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/example-device.mk
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-06-19 13:04:46 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-06-19 13:04:46 -0400
commit10199d449f4d20786af2e8abb303d65db98f7d30 (patch)
tree462776b66d4ea656759bb27f95ccd514b6bb4464 /contrib/example-device.mk
parent18c3d14cad3e41d82ec231e4f519dd12449c5633 (diff)
downloadbasic-hdl-template-10199d449f4d20786af2e8abb303d65db98f7d30.tar.gz
basic-hdl-template-10199d449f4d20786af2e8abb303d65db98f7d30.zip
proper Makefile syntax; device-specific; mcs bitwidth
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!"
+