Subversion Repositories Kolibri OS

Rev

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

Rev 864 Rev 886
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 -masm=intel
8
CFLAGS = -c -O2 -I $(INCLUDE) -fomit-frame-pointer -fno-builtin-printf
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