2002-07-10 00:15:44 +04:00
|
|
|
SubDir OBOS_TOP src kernel core ;
|
2002-07-09 16:24:59 +04:00
|
|
|
|
|
|
|
KernelObjects
|
2002-09-22 19:31:50 +04:00
|
|
|
<$(SOURCE_GRIST)>cbuf.c
|
|
|
|
<$(SOURCE_GRIST)>console.c
|
|
|
|
<$(SOURCE_GRIST)>cpu.c
|
|
|
|
<$(SOURCE_GRIST)>debug.c
|
|
|
|
<$(SOURCE_GRIST)>driver_settings.c
|
2002-07-09 16:24:59 +04:00
|
|
|
<$(SOURCE_GRIST)>elf.c
|
|
|
|
<$(SOURCE_GRIST)>faults.c
|
|
|
|
<$(SOURCE_GRIST)>fd.c
|
|
|
|
<$(SOURCE_GRIST)>gdb.c
|
|
|
|
<$(SOURCE_GRIST)>heap.c
|
|
|
|
<$(SOURCE_GRIST)>int.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
|
2002-07-19 05:35:54 +04:00
|
|
|
<$(SOURCE_GRIST)>pools.c
|
2002-07-09 16:24:59 +04:00
|
|
|
<$(SOURCE_GRIST)>port.c
|
|
|
|
<$(SOURCE_GRIST)>queue.c
|
2002-08-04 03:39:50 +04:00
|
|
|
<$(SOURCE_GRIST)>scheduler.c
|
2002-07-09 16:24:59 +04:00
|
|
|
<$(SOURCE_GRIST)>sem.c
|
|
|
|
<$(SOURCE_GRIST)>smp.c
|
|
|
|
<$(SOURCE_GRIST)>syscalls.c
|
|
|
|
<$(SOURCE_GRIST)>sysctl.c
|
2002-08-04 03:39:50 +04:00
|
|
|
<$(SOURCE_GRIST)>team.c
|
2002-07-09 16:24:59 +04:00
|
|
|
<$(SOURCE_GRIST)>thread.c
|
|
|
|
<$(SOURCE_GRIST)>timer.c
|
|
|
|
:
|
|
|
|
-fno-pic -D_KERNEL_MODE
|
|
|
|
;
|
|
|
|
|
|
|
|
KernelLd linkhack.so :
|
|
|
|
<$(SOURCE_GRIST)>linkhack.o
|
|
|
|
:
|
|
|
|
:
|
|
|
|
-shared -Bdynamic
|
|
|
|
;
|
|
|
|
|
2002-07-10 00:15:44 +04:00
|
|
|
SubInclude OBOS_TOP src kernel core addons ;
|
|
|
|
SubInclude OBOS_TOP src kernel core arch ;
|
|
|
|
SubInclude OBOS_TOP src kernel core fs ;
|
|
|
|
SubInclude OBOS_TOP src kernel core vm ;
|
2002-07-12 18:53:25 +04:00
|
|
|
#SubInclude OBOS_TOP src kernel core net ;
|