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, 2 insertions, 1 deletions
diff --git a/kernel/Makefile.inc b/kernel/Makefile.inc
index f52bcbc..c8677ca 100644
--- a/kernel/Makefile.inc
+++ b/kernel/Makefile.inc
@@ -11,7 +11,8 @@ SIZE= avr-size
CFLAGS= -mmcu=${MCU} -Wall -Os \
-DF_CPU=${F_CPU} -DPRESCALE=${PRESCALE} \
- -DBAUD=${BAUD} -DSTACK=${STACK} -DTASKS=${TASKS}
+ -DBAUD=${BAUD} -DSTACK=${STACK} -DTASKS=${TASKS} \
+ -DSEMAPHORES=${SEMAPHORES}
LDFLAGS= -mmcu=${MCU} -Wl,-Map,${PROG}.map
.SUFFIXES: .lst .hex .bin .srec .ehex .ebin .esrec