Removed misc.c from the build for now.
Removed unneeded grist from source files. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10029 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
48d914c9ce
commit
d9dd2139b1
@ -11,38 +11,36 @@ SubDir OBOS_TOP src kernel core ;
|
||||
}
|
||||
|
||||
KernelMergeObject kernel_core.o :
|
||||
<$(SOURCE_GRIST)>cbuf.c
|
||||
<$(SOURCE_GRIST)>console.c
|
||||
<$(SOURCE_GRIST)>cpu.c
|
||||
<$(SOURCE_GRIST)>debug.c
|
||||
<$(SOURCE_GRIST)>elf.c
|
||||
<$(SOURCE_GRIST)>faults.c
|
||||
<$(SOURCE_GRIST)>gdb.c
|
||||
<$(SOURCE_GRIST)>heap.c
|
||||
<$(SOURCE_GRIST)>image.c
|
||||
<$(SOURCE_GRIST)>int.c
|
||||
<$(SOURCE_GRIST)>kernel_daemon.c
|
||||
<$(SOURCE_GRIST)>khash.c
|
||||
<$(SOURCE_GRIST)>linkhack.c
|
||||
<$(SOURCE_GRIST)>lock.c
|
||||
<$(SOURCE_GRIST)>main.c
|
||||
<$(SOURCE_GRIST)>misc.c
|
||||
<$(SOURCE_GRIST)>module.c
|
||||
<$(SOURCE_GRIST)>port.c
|
||||
<$(SOURCE_GRIST)>queue.c
|
||||
<$(SOURCE_GRIST)>real_time_clock.c
|
||||
<$(SOURCE_GRIST)>scheduler.c
|
||||
<$(SOURCE_GRIST)>sem.c
|
||||
<$(SOURCE_GRIST)>signal.c
|
||||
<$(SOURCE_GRIST)>system_info.c
|
||||
<$(SOURCE_GRIST)>smp.c
|
||||
<$(SOURCE_GRIST)>syscalls.c
|
||||
<$(SOURCE_GRIST)>sysctl.c
|
||||
<$(SOURCE_GRIST)>team.c
|
||||
<$(SOURCE_GRIST)>thread.c
|
||||
<$(SOURCE_GRIST)>timer.c
|
||||
:
|
||||
-fno-pic -D_KERNEL_MODE
|
||||
cbuf.c
|
||||
console.c
|
||||
cpu.c
|
||||
debug.c
|
||||
elf.c
|
||||
faults.c
|
||||
gdb.c
|
||||
heap.c
|
||||
image.c
|
||||
int.c
|
||||
kernel_daemon.c
|
||||
khash.c
|
||||
linkhack.c
|
||||
lock.c
|
||||
main.c
|
||||
module.c
|
||||
port.c
|
||||
queue.c
|
||||
real_time_clock.c
|
||||
scheduler.c
|
||||
sem.c
|
||||
signal.c
|
||||
system_info.c
|
||||
smp.c
|
||||
syscalls.c
|
||||
sysctl.c
|
||||
team.c
|
||||
thread.c
|
||||
timer.c
|
||||
: -fno-pic
|
||||
;
|
||||
|
||||
# We need to specify the dependency on the generated syscalls file explicitly.
|
||||
|
Loading…
Reference in New Issue
Block a user