Added the new kernel_os_main.o to the kernel build.

Replaced the "hostname" app with the "tls_test" in the standard build.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3520 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-06-15 13:17:01 +00:00
parent 1907b4d0ca
commit 5d25f8fb7b

View File

@ -61,6 +61,7 @@ KernelLd kernel.so :
linkhack.so
kernel_os_main.o
kernel_os_arch_$(OBOS_ARCH).o
kernel_posix_locale.o
@ -333,16 +334,16 @@ KernelLd testapp :
bin/testapp
;
KernelLd hostname :
KernelLd tls_test :
libglue2.o
<$(SOURCE_GRIST)!apps!hostname>main.o
<$(SOURCE_GRIST)!apps>tls_test.o
libroot.so
:
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld
:
:
:
bin/hostname
bin/tls_test
;
KernelLd filetest :