2002-07-09 20:15:44 +00:00
|
|
|
SubDir OBOS_TOP src kernel core ;
|
2002-07-09 12:24:59 +00:00
|
|
|
|
2002-11-04 19:06:44 +00:00
|
|
|
KernelMergeObject kernel_core.o :
|
2002-09-22 15:31:50 +00:00
|
|
|
<$(SOURCE_GRIST)>cbuf.c
|
|
|
|
|
<$(SOURCE_GRIST)>console.c
|
|
|
|
|
<$(SOURCE_GRIST)>cpu.c
|
|
|
|
|
<$(SOURCE_GRIST)>debug.c
|
2002-07-09 12:24:59 +00:00
|
|
|
<$(SOURCE_GRIST)>elf.c
|
|
|
|
|
<$(SOURCE_GRIST)>faults.c
|
|
|
|
|
<$(SOURCE_GRIST)>gdb.c
|
|
|
|
|
<$(SOURCE_GRIST)>heap.c
|
2003-01-12 16:26:39 +00:00
|
|
|
<$(SOURCE_GRIST)>image.c
|
2002-07-09 12:24:59 +00:00
|
|
|
<$(SOURCE_GRIST)>int.c
|
2003-01-26 17:31:33 +00:00
|
|
|
<$(SOURCE_GRIST)>kernel_daemon.c
|
2002-07-09 12:24:59 +00:00
|
|
|
<$(SOURCE_GRIST)>khash.c
|
2002-10-26 00:13:27 +00:00
|
|
|
<$(SOURCE_GRIST)>linkhack.c
|
2002-07-09 12:24:59 +00:00
|
|
|
<$(SOURCE_GRIST)>lock.c
|
|
|
|
|
<$(SOURCE_GRIST)>main.c
|
|
|
|
|
<$(SOURCE_GRIST)>misc.c
|
|
|
|
|
<$(SOURCE_GRIST)>module.c
|
2003-06-27 03:24:37 +00:00
|
|
|
# <$(SOURCE_GRIST)>pools.c
|
2002-07-09 12:24:59 +00:00
|
|
|
<$(SOURCE_GRIST)>port.c
|
|
|
|
|
<$(SOURCE_GRIST)>queue.c
|
2002-08-03 23:39:50 +00:00
|
|
|
<$(SOURCE_GRIST)>scheduler.c
|
2002-10-23 17:31:10 +00:00
|
|
|
<$(SOURCE_GRIST)>sem.c
|
|
|
|
|
<$(SOURCE_GRIST)>signal.c
|
2002-07-09 12:24:59 +00:00
|
|
|
<$(SOURCE_GRIST)>smp.c
|
|
|
|
|
<$(SOURCE_GRIST)>syscalls.c
|
|
|
|
|
<$(SOURCE_GRIST)>sysctl.c
|
2002-08-03 23:39:50 +00:00
|
|
|
<$(SOURCE_GRIST)>team.c
|
2002-07-09 12:24:59 +00:00
|
|
|
<$(SOURCE_GRIST)>thread.c
|
|
|
|
|
<$(SOURCE_GRIST)>timer.c
|
|
|
|
|
:
|
|
|
|
|
-fno-pic -D_KERNEL_MODE
|
|
|
|
|
;
|
|
|
|
|
|
2002-10-26 00:13:27 +00:00
|
|
|
KernelLd linkhack.so :
|
|
|
|
|
<$(SOURCE_GRIST)>linkhack.o
|
|
|
|
|
:
|
|
|
|
|
:
|
|
|
|
|
-shared -Bdynamic
|
|
|
|
|
;
|
2002-07-09 12:24:59 +00:00
|
|
|
|
2002-07-09 20:15:44 +00:00
|
|
|
SubInclude OBOS_TOP src kernel core addons ;
|
|
|
|
|
SubInclude OBOS_TOP src kernel core arch ;
|
2003-06-09 23:10:09 +00:00
|
|
|
SubInclude OBOS_TOP src kernel core disk_device_manager ;
|
2002-07-09 20:15:44 +00:00
|
|
|
SubInclude OBOS_TOP src kernel core fs ;
|
|
|
|
|
SubInclude OBOS_TOP src kernel core vm ;
|
2003-06-27 23:03:45 +00:00
|
|
|
SubInclude OBOS_TOP src kernel core util ;
|