aboutsummaryrefslogtreecommitdiff
path: root/kernel/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Makefile.inc')
-rw-r--r--kernel/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile.inc b/kernel/Makefile.inc
index df574d0..1ecf7e2 100644
--- a/kernel/Makefile.inc
+++ b/kernel/Makefile.inc
@@ -12,7 +12,7 @@ SIZE= avr-size
CFLAGS= -Wall -Os -mmcu=${MCU} \
-DF_CPU=${F_CPU} -DPRESCALE=${PRESCALE} -DBAUD=${BAUD} \
-DSTACK=${STACK} -DTASKS=${TASKS} -DSEMAPHORES=${SEMAPHORES}
-LDFLAGS= -Wl,-Map,${PROG}.map
+LDFLAGS= -mmcu=${MCU} -Wl,-Map,${PROG}.map
.SUFFIXES: .lst .hex .bin .srec .ehex .ebin .esrec