* kernel.so must link agaist kernel_misc.o as well to make all of its symbols

available for modules.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28823 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-12-27 20:37:55 +00:00
parent 9e692e673b
commit 3ede860e30
+1
View File
@@ -135,6 +135,7 @@ KernelLd kernel.so :
kernel_os_arch_$(TARGET_ARCH).o
kernel_lib_posix.o
kernel_lib_posix_arch_$(TARGET_ARCH).o
kernel_misc.o
$(HAIKU_STATIC_LIBSUPC++)