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:
parent
3e758cd63f
commit
1907b4d0ca
@ -3,6 +3,7 @@ SubDir OBOS_TOP src kernel libroot os ;
|
||||
KernelMergeObject os_main.o :
|
||||
<$(SOURCE_GRIST)>area.c
|
||||
<$(SOURCE_GRIST)>debug.c
|
||||
<$(SOURCE_GRIST)>driver_settings.c
|
||||
<$(SOURCE_GRIST)>fs_attr.c
|
||||
<$(SOURCE_GRIST)>fs_index.c
|
||||
<$(SOURCE_GRIST)>image.c
|
||||
@ -17,4 +18,8 @@ KernelMergeObject os_main.o :
|
||||
-fPIC -DPIC
|
||||
;
|
||||
|
||||
MergeObjectFromObjects kernel_os_main.o :
|
||||
<$(SOURCE_GRIST)>driver_settings.o
|
||||
;
|
||||
|
||||
SubInclude OBOS_TOP src kernel libroot os arch ;
|
||||
|
Loading…
Reference in New Issue
Block a user