diff options
| author | Keith Packard <keithp@keithp.com> | 2017-04-24 17:06:01 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-04-24 22:27:43 -0700 |
| commit | 75881968ffb6bfd4e920cac4aa15d8d188eda119 (patch) | |
| tree | 596e8233d97ea6e9223ca1ab6d24932c6009810f /src/nucleao-32/Makefile | |
| parent | 97cf9df882291b9e494b2f64f84eb37357a6ab31 (diff) | |
altos/nucleo-32: Add lisp save/restore
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/nucleao-32/Makefile')
| -rw-r--r-- | src/nucleao-32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nucleao-32/Makefile b/src/nucleao-32/Makefile index 69049982..2b9fe14f 100644 --- a/src/nucleao-32/Makefile +++ b/src/nucleao-32/Makefile @@ -60,7 +60,7 @@ IDPRODUCT=0x000a CFLAGS = $(PRODUCT_DEF) $(STMF0_CFLAGS) -Os -g -LDFLAGS=$(CFLAGS) -L$(TOPDIR)/stmf0 -Wl,-Tload.ld +LDFLAGS=$(CFLAGS) -L$(TOPDIR)/stmf0 -Wl,-Tload.ld -n PROGNAME=nucleo-32 PROG=$(PROGNAME)-$(VERSION).elf |
