aboutsummaryrefslogtreecommitdiff
path: root/examples/example3a_spi_wasm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example3a_spi_wasm/Makefile')
-rw-r--r--examples/example3a_spi_wasm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example3a_spi_wasm/Makefile b/examples/example3a_spi_wasm/Makefile
new file mode 100644
index 0000000..0eff969
--- /dev/null
+++ b/examples/example3a_spi_wasm/Makefile
@@ -0,0 +1,4 @@
+SIMFLAGS += -DFINISH_ON_LED1=1 -DFINISH_ON_LED2=1 -DFINISH_ON_IMAGE_WRITES=1
+FLASH_DATA = data.txt
+
+include ../../Makefile.example