bare-arm: Enable link map file.

This port supposed to be demo of uPy minimality, so let people behold it in
details.
This commit is contained in:
Paul Sokolovsky 2014-06-27 18:58:31 +03:00
parent 8a96ebea75
commit 0a1ea40273

View File

@ -22,7 +22,7 @@ else
CFLAGS += -Os -DNDEBUG CFLAGS += -Os -DNDEBUG
endif endif
LDFLAGS = -nostdlib -T stm32f405.ld LDFLAGS = -nostdlib -T stm32f405.ld -Map=$@.map --cref
LIBS = LIBS =
SRC_C = \ SRC_C = \