aboutsummaryrefslogtreecommitdiff
path: root/kernel/Makefile.inc
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-03-16 13:31:58 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-03-16 13:31:58 +0000
commit120675e595fe1661fbe657bd22cb9cfbfeb0e558 (patch)
tree2b2cea12e901af7031ddae644832d0b2a3adbb8d /kernel/Makefile.inc
parent57c598a3aca039d300b1adb6db6623c139807e63 (diff)
switch to dynamic memory allocation
Diffstat (limited to 'kernel/Makefile.inc')
-rw-r--r--kernel/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/Makefile.inc b/kernel/Makefile.inc
index f94b889..bcb357b 100644
--- a/kernel/Makefile.inc
+++ b/kernel/Makefile.inc
@@ -12,7 +12,6 @@ SIZE= avr-size
CFLAGS= -mmcu=${MCU} -Wall -Os \
-DF_CPU=${F_CPU} \
-DPRESCALE=${PRESCALE} \
- -DNTASK=${NTASK} \
-DNPRIO=${NPRIO} \
-DSTACK=${STACK} \
-DNSEMA=${NSEMA} \