Subversion Repositories Kolibri OS

Rev

Rev 886 | Rev 890 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 886 Rev 889
Line 4... Line 4...
4
INCLUDE = include/
4
INCLUDE = include/
Line 5... Line 5...
5
 
5
 
Line 6... Line 6...
6
DEFS = -DUSE_SMP -DCONFIG_DEBUG
6
DEFS = -DUSE_SMP -DCONFIG_DEBUG
7
 
7
 
Line 8... Line 8...
8
CFLAGS = -c -O2 -I $(INCLUDE) -fomit-frame-pointer -fno-builtin-printf
8
CFLAGS = -c -O2 -I $(INCLUDE) -fomit-frame-pointer -fno-builtin
9
LDFLAGS = -shared -s -Map kernel.map --image-base 0x100000 --file-alignment 32 
9
LDFLAGS = -shared -s -Map kernel.map --image-base 0x100000 --file-alignment 32 
10
 
10
 
Line 28... Line 28...
28
		init.c		\
28
		init.c		\
29
		mm.c		\
29
		mm.c		\
30
		slab.c		\
30
		slab.c		\
31
		heap.c		\
31
		heap.c		\
32
		spinlock.c	\
32
		dll.c		\
-
 
33
		spinlock.c	\
33
		boot/boot.asm	\
34
		boot/boot.asm	\
34
		boot/start.asm
35
		boot/start.asm
35
 
36
 
Line 36... Line 37...
36
#include 
37
#include