Replaced libvm.a with kernel_vm.o.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7833 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
94c145777c
commit
f1613a0b1f
@ -51,9 +51,9 @@ KernelLd stage2 :
|
|||||||
KernelLd kernel :
|
KernelLd kernel :
|
||||||
kernel_core.o
|
kernel_core.o
|
||||||
kernel_fs.o
|
kernel_fs.o
|
||||||
|
kernel_vm.o
|
||||||
|
|
||||||
libbus.a
|
libbus.a
|
||||||
libvm.a
|
|
||||||
lib$(OBOS_ARCH).a
|
lib$(OBOS_ARCH).a
|
||||||
libdrivers.a
|
libdrivers.a
|
||||||
libkernel_util.a
|
libkernel_util.a
|
||||||
@ -85,9 +85,9 @@ KernelLd kernel.so :
|
|||||||
# linkable against the kernel itself
|
# linkable against the kernel itself
|
||||||
kernel_core.o
|
kernel_core.o
|
||||||
kernel_fs.o
|
kernel_fs.o
|
||||||
|
kernel_vm.o
|
||||||
|
|
||||||
libbus.a
|
libbus.a
|
||||||
libvm.a
|
|
||||||
lib$(OBOS_ARCH).a
|
lib$(OBOS_ARCH).a
|
||||||
libdrivers.a
|
libdrivers.a
|
||||||
libkernel_util.a
|
libkernel_util.a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user