Files
haiku-beta6/src/kernel/libroot/os/Jamfile
T
beveloper 50e0ce4bee Implemented new syscalls for 32 and 64 bit atomic operations.
They are only used if the architecture doesn't support them directly.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4360 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-21 23:02:00 +00:00

27 lines
605 B
Plaintext

SubDir OBOS_TOP src kernel libroot os ;
KernelMergeObject os_main.o :
<$(SOURCE_GRIST)>area.c
<$(SOURCE_GRIST)>atomic.c
<$(SOURCE_GRIST)>debug.c
<$(SOURCE_GRIST)>driver_settings.c
<$(SOURCE_GRIST)>fs_attr.c
<$(SOURCE_GRIST)>fs_index.c
<$(SOURCE_GRIST)>image.c
<$(SOURCE_GRIST)>port.c
<$(SOURCE_GRIST)>sem.c
<$(SOURCE_GRIST)>systeminfo.c
<$(SOURCE_GRIST)>team.c
<$(SOURCE_GRIST)>thread.c
<$(SOURCE_GRIST)>time.c
<$(SOURCE_GRIST)>syscalls.S
:
-fPIC -DPIC
;
MergeObjectFromObjects kernel_os_main.o :
<$(SOURCE_GRIST)>driver_settings.o
;
SubInclude OBOS_TOP src kernel libroot os arch ;