git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23511 a95241bf-73f2-0310-859d-f6bbb57e9c96
15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
SubDir HAIKU_TOP src system kernel debug ;
|
|
|
|
UsePrivateHeaders [ FDirName kernel debug ] syslog_daemon ;
|
|
|
|
KernelMergeObject kernel_debug.o :
|
|
blue_screen.cpp
|
|
debug.cpp
|
|
frame_buffer_console.cpp
|
|
gdb.c
|
|
tracing.cpp
|
|
user_debugger.cpp
|
|
|
|
: $(TARGET_KERNEL_PIC_CCFLAGS) -Wno-unused
|
|
;
|