From a6bc13ba7b080870a3afa9868adfccbeeefc0fed Mon Sep 17 00:00:00 2001 From: schodet Date: Sun, 10 Oct 2004 00:42:17 +0000 Subject: Correction de problème de liage. --- n/chenil/Makefile.avr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'n/chenil/Makefile.avr') diff --git a/n/chenil/Makefile.avr b/n/chenil/Makefile.avr index 325be3f..c010642 100644 --- a/n/chenil/Makefile.avr +++ b/n/chenil/Makefile.avr @@ -4,7 +4,7 @@ CFLAGS = -g -Wall $(OPTIMIZE) -mmcu=$(MCU_TARGET) CPPFLAGS = $(DEFS) -MMD $(INCLUDES) \ $(if $(CONFIGFILE), $(CONFIGFILE:%=-include %)) INCLUDES = -Imodules -LDFLAGS = +LDFLAGS = $(CFLAGS) CC = avr-gcc OBJCOPY = avr-objcopy -- cgit v1.2.3