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