X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fconfig.mk;h=a8581d4d45aaee03c414557c86ff8335904160f7;hb=ae263f1c0564f616b3b557498532163ffb60595f;hp=8151259453ee29f69d42013215b84ec84be2b1cc;hpb=22e903f490208fcc6f6de86250c723b1f200a61d;p=bertos.git diff --git a/bertos/config.mk b/bertos/config.mk index 81512594..a8581d4d 100644 --- a/bertos/config.mk +++ b/bertos/config.mk @@ -3,7 +3,7 @@ # Copyright 2002,2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) # All rights reserved. # -# Author: Bernardo Innocenti +# Author: Bernie Innocenti # Based on: GCC-AVR standard Makefile part 1, Volker Oth 1/2000 # @@ -66,7 +66,7 @@ FORMAT = srec DEP_FLAGS = -MMD -MP # Compiler flags for generating source listings -LIST_FLAGS = -Wa,-anhlmsd=$(@:.o=.lst) +LIST_FLAGS = -Wa,-anhlmsd=$(@:.o=.lst) -dp # Linker flags for generating map files # Only in embedded related projects generate map files