map file is created again during map avr build

This commit is contained in:
Christian Kroll 2010-08-24 23:01:59 +00:00
parent 372b3117f6
commit 36fceeb1b9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ CFLAGS ?= -Wall -W -Wno-unused-parameter -Wno-sign-compare
CFLAGS += -g -Os -std=gnu99 -fgnu89-inline -DNDEBUG
# flags for the linker
LDFLAGS += -T ./avr5.x -mmcu=$(MCU)
LDFLAGS += -T ./avr5.x -Wl,-Map,image.map -mmcu=$(MCU)
#############################################################################