altos: Remove stdio from stm-flash
[fw/altos] / src / stm-flash / Makefile
index 46bc61af4786ba13381fa3a5f5bb6b1514a16ea3..1ea35581c41d0da7af115da74aed1154189c43e6 100644 (file)
@@ -20,22 +20,18 @@ ALTOS_SRC = \
        ao_boot_chain.c \
        ao_boot_pin.c \
        ao_product.c \
-       ao_romconfig.c \
-       ao_task.c \
+       ao_notask.c \
        ao_timer.c \
-       ao_mutex.c \
        ao_usb_stm.c \
-       ao_stdio.c \
-       ao_flash_stm.c \
-       ao_cmd.c
+       ao_flash_stm.c
 
-PRODUCT=StmFlash-v0.0
-PRODUCT_DEF=-DSTM_FLASH
+PRODUCT=AltosFlash-$(VERSION)
+PRODUCT_DEF=-DALTOS_FLASH
 IDPRODUCT=0x000a
 
 CFLAGS = $(PRODUCT_DEF) $(STM_CFLAGS) -g -Os
 
-PROG=stm-flash-$(VERSION).elf
+PROG=altos-flash-$(VERSION).elf
 
 SRC=$(ALTOS_SRC) ao_stm_flash.c
 OBJ=$(SRC:.c=.o)