aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/example-device.mk
blob: 88d2e28951c8b3cb3647496ee793d0348976ca66 (plain)
1
2
3
4
5
6
7
# Device-specific make targets

.PHONY: spi_upload

spi_upload: build/$(project).bit
	@echo "unimplemented!"