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 :
|
KernelMergeObject kernel_core.o :
|
||||||
<$(SOURCE_GRIST)>cbuf.c
|
cbuf.c
|
||||||
<$(SOURCE_GRIST)>console.c
|
console.c
|
||||||
<$(SOURCE_GRIST)>cpu.c
|
cpu.c
|
||||||
<$(SOURCE_GRIST)>debug.c
|
debug.c
|
||||||
<$(SOURCE_GRIST)>elf.c
|
elf.c
|
||||||
<$(SOURCE_GRIST)>faults.c
|
faults.c
|
||||||
<$(SOURCE_GRIST)>gdb.c
|
gdb.c
|
||||||
<$(SOURCE_GRIST)>heap.c
|
heap.c
|
||||||
<$(SOURCE_GRIST)>image.c
|
image.c
|
||||||
<$(SOURCE_GRIST)>int.c
|
int.c
|
||||||
<$(SOURCE_GRIST)>kernel_daemon.c
|
kernel_daemon.c
|
||||||
<$(SOURCE_GRIST)>khash.c
|
khash.c
|
||||||
<$(SOURCE_GRIST)>linkhack.c
|
linkhack.c
|
||||||
<$(SOURCE_GRIST)>lock.c
|
lock.c
|
||||||
<$(SOURCE_GRIST)>main.c
|
main.c
|
||||||
<$(SOURCE_GRIST)>misc.c
|
module.c
|
||||||
<$(SOURCE_GRIST)>module.c
|
port.c
|
||||||
<$(SOURCE_GRIST)>port.c
|
queue.c
|
||||||
<$(SOURCE_GRIST)>queue.c
|
real_time_clock.c
|
||||||
<$(SOURCE_GRIST)>real_time_clock.c
|
scheduler.c
|
||||||
<$(SOURCE_GRIST)>scheduler.c
|
sem.c
|
||||||
<$(SOURCE_GRIST)>sem.c
|
signal.c
|
||||||
<$(SOURCE_GRIST)>signal.c
|
system_info.c
|
||||||
<$(SOURCE_GRIST)>system_info.c
|
smp.c
|
||||||
<$(SOURCE_GRIST)>smp.c
|
syscalls.c
|
||||||
<$(SOURCE_GRIST)>syscalls.c
|
sysctl.c
|
||||||
<$(SOURCE_GRIST)>sysctl.c
|
team.c
|
||||||
<$(SOURCE_GRIST)>team.c
|
thread.c
|
||||||
<$(SOURCE_GRIST)>thread.c
|
timer.c
|
||||||
<$(SOURCE_GRIST)>timer.c
|
: -fno-pic
|
||||||
:
|
|
||||||
-fno-pic -D_KERNEL_MODE
|
|
||||||
;
|
;
|
||||||
|
|
||||||
# We need to specify the dependency on the generated syscalls file explicitly.
|
# We need to specify the dependency on the generated syscalls file explicitly.
|
||||||
|
Loading…
Reference in New Issue
Block a user