summaryrefslogtreecommitdiff
path: root/n/avr/howto/Makefile.avr
diff options
context:
space:
mode:
authorschodet2004-10-10 00:46:13 +0000
committerschodet2004-10-10 00:46:13 +0000
commitf3dc7fc419e9b6581b223309a98f62e25ce46599 (patch)
tree5bdc2bcf22f1d601af522d6829379cd0cef2658c /n/avr/howto/Makefile.avr
parenta6bc13ba7b080870a3afa9868adfccbeeefc0fed (diff)
Correction du Makefile, problèmes de liage.
Diffstat (limited to 'n/avr/howto/Makefile.avr')
-rw-r--r--n/avr/howto/Makefile.avr2
1 files changed, 1 insertions, 1 deletions
diff --git a/n/avr/howto/Makefile.avr b/n/avr/howto/Makefile.avr
index 325be3f..c010642 100644
--- a/n/avr/howto/Makefile.avr
+++ b/n/avr/howto/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