aboutsummaryrefslogtreecommitdiff
path: root/kernel/Makefile.inc
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-01-02 10:03:37 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-01-02 10:03:37 +0000
commit775ca7a6b283339019783af24c4c424cdb0cebd1 (patch)
tree8ccbd8d995db3c3774eab3e0d19250c71db7cca9 /kernel/Makefile.inc
parent4d04ef80160fe748e746549b022854d88e55e188 (diff)
time sharing
Diffstat (limited to 'kernel/Makefile.inc')
-rw-r--r--kernel/Makefile.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/kernel/Makefile.inc b/kernel/Makefile.inc
index 1ecf7e2..ca57693 100644
--- a/kernel/Makefile.inc
+++ b/kernel/Makefile.inc
@@ -9,9 +9,10 @@ OBJCOPY= avr-objcopy
OBJDUMP= avr-objdump
SIZE= avr-size
-CFLAGS= -Wall -Os -mmcu=${MCU} \
- -DF_CPU=${F_CPU} -DPRESCALE=${PRESCALE} -DBAUD=${BAUD} \
- -DSTACK=${STACK} -DTASKS=${TASKS} -DSEMAPHORES=${SEMAPHORES}
+CFLAGS= -mmcu=${MCU} -Wall -Os \
+ -DF_CPU=${F_CPU} -DPRESCALE=${PRESCALE} \
+ -DBAUD=${BAUD} -DSTACK=${STACK} -DTASKS=${TASKS} \
+ -DSEMAPHORES=${SEMAPHORES} -DPRIORITIES=${PRIORITIES}
LDFLAGS= -mmcu=${MCU} -Wl,-Map,${PROG}.map
.SUFFIXES: .lst .hex .bin .srec .ehex .ebin .esrec