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
27 lines
605 B
Plaintext
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 ;
|