Moved debugger related files to debug/, moved utility files into util/.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11898 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -17,24 +17,18 @@ if $(OS) != BEOS {
|
||||
}
|
||||
|
||||
KernelMergeObject kernel_core.o :
|
||||
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
|
||||
@@ -47,7 +41,6 @@ KernelMergeObject kernel_core.o :
|
||||
team.c
|
||||
thread.c
|
||||
timer.c
|
||||
user_debugger.cpp
|
||||
|
||||
$(buildSources)
|
||||
: -fno-pic
|
||||
|
||||
@@ -3,7 +3,11 @@ SubDir OBOS_TOP src kernel core debug ;
|
||||
UsePrivateHeaders [ FDirName kernel debug ] ;
|
||||
|
||||
KernelMergeObject kernel_debug.o :
|
||||
console.c
|
||||
debug.c
|
||||
frame_buffer_console.cpp
|
||||
gdb.c
|
||||
user_debugger.cpp
|
||||
|
||||
: -fno-pic -Wno-unused -D_KERNEL_MODE
|
||||
: -fno-pic -Wno-unused
|
||||
;
|
||||
|
||||
@@ -3,9 +3,12 @@ SubDir OBOS_TOP src kernel core util ;
|
||||
UsePrivateHeaders [ FDirName kernel util ] ;
|
||||
|
||||
KernelMergeObject kernel_util.o :
|
||||
list.c
|
||||
cbuf.c
|
||||
kernel_cpp.cpp
|
||||
khash.c
|
||||
KMessage.cpp
|
||||
list.c
|
||||
queue.c
|
||||
|
||||
: -fno-pic -Wno-unused -D_KERNEL_MODE -DUSING_LIBGCC
|
||||
: -fno-pic -Wno-unused -DUSING_LIBGCC
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user