first cut at turnon scripts for EasyTimer v2
[fw/altos] / src / stm-flash / Makefile
index 5c0699e1bbed20d510a76b69325f82e098dd6633..4b0a987a6035404222217db59a2694ca94624619 100644 (file)
@@ -9,6 +9,7 @@ INC = \
        ao.h \
        ao_arch.h \
        ao_arch_funcs.h \
+       ao_boot.h \
        ao_pins.h \
        ao_product.h
 
@@ -29,7 +30,7 @@ PRODUCT=AltosFlash-$(VERSION)
 PRODUCT_DEF=-DALTOS_FLASH
 IDPRODUCT=0x000a
 
-CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -g -Os
+CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS)
 
 PROG=altos-flash-$(VERSION).elf