summaryrefslogtreecommitdiff
path: root/src/stm-demo/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-08-05 08:45:30 +0800
committerKeith Packard <keithp@keithp.com>2018-08-05 09:04:19 +0800
commit50c6d796e0dbb69289f95c826e6b542e538fc5de (patch)
treeccafd5d6d4329ed7af368be3cb22cf838bbedf07 /src/stm-demo/Makefile
parent327b765962d397efd4c45b6209c9225a4d23ba1d (diff)
altos/stm-demo: Set up for dumping eeprom
This is used to dump an eeprom wired to the stm demo board. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-demo/Makefile')
-rw-r--r--src/stm-demo/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile
index 869fb32f..d4569c1a 100644
--- a/src/stm-demo/Makefile
+++ b/src/stm-demo/Makefile
@@ -30,6 +30,8 @@ ALTOS_SRC = \
ao_lcd_stm.c \
ao_lcd_font.c \
ao_mutex.c \
+ ao_storage.c \
+ ao_m25.c \
ao_dma_stm.c \
ao_spi_stm.c \
ao_adc_stm.c \