diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-17 11:27:59 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-17 11:27:59 +0200 |
commit | 1c7c106b06b6a88502801e699ef99e72b7c625cd (patch) | |
tree | 5708a229b0d66e8eb82a953861e017915f8176b6 /src/kernel/Makefile | |
parent | 5bc8549a8d7f5c9644f878fe3ca55761663a2fd0 (diff) | |
download | TCE-1c7c106b06b6a88502801e699ef99e72b7c625cd.tar.gz TCE-1c7c106b06b6a88502801e699ef99e72b7c625cd.zip |
Fixed some nasty bugs.
Diffstat (limited to 'src/kernel/Makefile')
-rw-r--r-- | src/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/Makefile b/src/kernel/Makefile index 1103a7d..2a18bc8 100644 --- a/src/kernel/Makefile +++ b/src/kernel/Makefile @@ -10,7 +10,7 @@ ExtObj = $(SrcPath)/common/_common.o include $(SrcPath)/common.make -CFLAGS += -g -I $(SrcPath)/common/include -I . -I ./lib +CFLAGS += -I $(SrcPath)/common/include -I . -I ./lib LDFLAGS += -T link.ld -Map kernel.map |