diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-22 20:32:18 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-04-22 20:32:18 -0500 |
| commit | 37cac48fb057cc770000f5fa87984ccf43b07130 (patch) | |
| tree | d2db828fff67886fea325802bd9774fd9fcf0879 /src/stm-flash/Makefile | |
| parent | ae26e6f1f7be989427ed2985c3e7fe63181aeb80 (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 |
