Improved map file naming consistency.

This commit is contained in:
oliverschmidt 2007-05-19 21:46:43 +00:00
parent 0e023b328a
commit 61f54204d7
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ OBJCOPY = objcopy
STRIP = strip
CFLAGSNO = -Wall -g -I/usr/local/include
CFLAGS += $(CFLAGSNO) -O
LDFLAGS = -Wl,-Map=contiki-native.map,-export-dynamic
LDFLAGS = -Wl,-Map=contiki-$(TARGET).map,-export-dynamic
### Compilation rules