aboutsummaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 46df110..d672f8a 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -17,7 +17,8 @@ SIZE= avr-size
CFLAGS= -Wall -Os -mmcu=${MCU_TARGET} \
-DF_CPU=${F_CPU} -DPRESCALE=${PRESCALE} -DBAUD=${BAUD}
-LDFLAGS= -Wl,-Map,${PROG}.map,--section-start=.text=${ORG}
+LDFLAGS= -mmcu=${MCU_TARGET} \
+ -Wl,-Map,${PROG}.map,--section-start=.text=${ORG}
.SUFFIXES: .lst .hex .bin .srec .ehex .ebin .esrec