summaryrefslogtreecommitdiff
path: root/n/avr/make/Makefile.avr
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/make/Makefile.avr')
-rw-r--r--n/avr/make/Makefile.avr1
1 files changed, 1 insertions, 0 deletions
diff --git a/n/avr/make/Makefile.avr b/n/avr/make/Makefile.avr
index c2ea9da..36b7589 100644
--- a/n/avr/make/Makefile.avr
+++ b/n/avr/make/Makefile.avr
@@ -5,6 +5,7 @@
AVR_CFLAGS = $(CFLAGS) -mmcu=$(AVR_MCU)
AVR_CPPFLAGS = $(CPPFLAGS) $(AVR_DEFS)
AVR_LDFLAGS = $(LDFLAGS)
+AVR_LDLIBS = $(LDLIBS) $(AVR_LIBS)
AVR_CC = avr-gcc
AVR_OBJCOPY = avr-objcopy