From 287d9620fc4f19eadbaaa2fbb7008604ea02a37f Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 11 Feb 2014 14:37:37 +0200 Subject: Enable link map file generation. --- stm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stm/Makefile') 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 -- cgit v1.2.3