aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/avr/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/avr/Makefile b/src/avr/Makefile
index d07d51f7..75021d28 100644
--- a/src/avr/Makefile
+++ b/src/avr/Makefile
@@ -6,7 +6,6 @@ CROSS_PREFIX=avr-
dirs-y += src/avr lib/pjrc_usb_serial
CFLAGS-y += -mmcu=$(CONFIG_MCU)
-LDFLAGS-y += -Wl,--relax
# Add avr source files
src-y += avr/main.c avr/timer.c avr/gpio.c avr/misc.c