diff options
Diffstat (limited to 'stm/Makefile')
| -rw-r--r-- | stm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/Makefile b/stm/Makefile index 12fb4b71b..32f43213c 100644 --- a/stm/Makefile +++ b/stm/Makefile @@ -31,7 +31,7 @@ else CFLAGS += -Os -DNDEBUG endif -LDFLAGS = --nostdlib -T stm32f405.ld +LDFLAGS = --nostdlib -T stm32f405.ld -Map=$(@:.elf=.map) --cref LIBS = # uncomment this if you want libgcc |
