diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-22 20:32:18 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-07 21:30:26 -0700 |
| commit | 6cd015b8b6b02bd8e0ce28f248426ae75c242b53 (patch) | |
| tree | b0699fd02932c9a7e1b0c635f8d6f0b091771675 /src/stm-flash/Makefile | |
| parent | 02681adbc5919bd3713788da352aa36ace619ef4 (diff) | |
altos/stm: Shrink stm flash loader to < 4kB
Saves 4kB of flash space for applications.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-flash/Makefile')
| -rw-r--r-- | src/stm-flash/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/stm-flash/Makefile b/src/stm-flash/Makefile index 46bc61af..a4dd5ab8 100644 --- a/src/stm-flash/Makefile +++ b/src/stm-flash/Makefile @@ -20,14 +20,11 @@ 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 |
