summaryrefslogtreecommitdiff
path: root/src/stm-flash/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-27 00:25:36 -0700
committerKeith Packard <keithp@keithp.com>2013-05-07 21:30:26 -0700
commitf6d6df03826083a244715b88a30ad681f17b4510 (patch)
tree2ec803f5c1a1d38c341a4bfeb4a2385c2d50a562 /src/stm-flash/Makefile
parenta2e0676f476b0e2bdd5102315ebd5904b57f384a (diff)
altos: Remove stdio from stm-flash
This saves enough memory to fit in under 4kB Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-flash/Makefile')
-rw-r--r--src/stm-flash/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/stm-flash/Makefile b/src/stm-flash/Makefile
index a4dd5ab8..1ea35581 100644
--- a/src/stm-flash/Makefile
+++ b/src/stm-flash/Makefile
@@ -23,16 +23,15 @@ ALTOS_SRC = \
ao_notask.c \
ao_timer.c \
ao_usb_stm.c \
- ao_stdio.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)