Added the kernel_cache.o object to the kernel.
Added arch dependent POSIX stuff to libroot.so. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8822 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e521a22974
commit
837e295821
@ -51,6 +51,7 @@ KernelLd kernel :
|
||||
kernel_core.o
|
||||
kernel_fs.o
|
||||
kernel_vm.o
|
||||
kernel_cache.o
|
||||
kernel_device_manager.o
|
||||
kernel_disk_device_manager.o
|
||||
|
||||
@ -79,6 +80,7 @@ KernelLd kernel.so :
|
||||
kernel_core.o
|
||||
kernel_fs.o
|
||||
kernel_vm.o
|
||||
kernel_cache.o
|
||||
kernel_device_manager.o
|
||||
kernel_disk_device_manager.o
|
||||
|
||||
@ -120,6 +122,7 @@ KernelLd libroot.so :
|
||||
os_main.o
|
||||
os_arch_$(OBOS_ARCH).o
|
||||
|
||||
posix_arch_$(OBOS_ARCH).o
|
||||
posix_locale.o
|
||||
posix_main.o
|
||||
posix_malloc.o
|
||||
|
Loading…
Reference in New Issue
Block a user