Added libroot/os/driver_settings.c to the build - this is now also part
of the new kernel_os_main.o object file. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3519 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,6 +3,7 @@ SubDir OBOS_TOP src kernel libroot os ;
|
|||||||
KernelMergeObject os_main.o :
|
KernelMergeObject os_main.o :
|
||||||
<$(SOURCE_GRIST)>area.c
|
<$(SOURCE_GRIST)>area.c
|
||||||
<$(SOURCE_GRIST)>debug.c
|
<$(SOURCE_GRIST)>debug.c
|
||||||
|
<$(SOURCE_GRIST)>driver_settings.c
|
||||||
<$(SOURCE_GRIST)>fs_attr.c
|
<$(SOURCE_GRIST)>fs_attr.c
|
||||||
<$(SOURCE_GRIST)>fs_index.c
|
<$(SOURCE_GRIST)>fs_index.c
|
||||||
<$(SOURCE_GRIST)>image.c
|
<$(SOURCE_GRIST)>image.c
|
||||||
@@ -17,4 +18,8 @@ KernelMergeObject os_main.o :
|
|||||||
-fPIC -DPIC
|
-fPIC -DPIC
|
||||||
;
|
;
|
||||||
|
|
||||||
|
MergeObjectFromObjects kernel_os_main.o :
|
||||||
|
<$(SOURCE_GRIST)>driver_settings.o
|
||||||
|
;
|
||||||
|
|
||||||
SubInclude OBOS_TOP src kernel libroot os arch ;
|
SubInclude OBOS_TOP src kernel libroot os arch ;
|
||||||
|
|||||||
Reference in New Issue
Block a user