summaryrefslogtreecommitdiff
path: root/src/stm-demo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm-demo/Makefile')
-rw-r--r--src/stm-demo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile
index c1f49371..26c81a82 100644
--- a/src/stm-demo/Makefile
+++ b/src/stm-demo/Makefile
@@ -29,13 +29,14 @@ ALTOS_SRC = \
ao_lcd_font.c \
ao_mutex.c \
ao_dma_stm.c \
- ao_spi_stm.c
+ ao_spi_stm.c \
+ ao_adc_stm.c
PRODUCT=StmDemo-v0.0
PRODUCT_DEF=-DSTM_DEMO
IDPRODUCT=0x000a
-CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -g -Os
+CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -g -O0
PROG=stm-demo