Added the time module to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1960 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d3243d719b
commit
0fe40cc315
@ -40,6 +40,7 @@ KernelLd kernel :
|
||||
kernel_posix_stdlib.o
|
||||
kernel_posix_sys.o
|
||||
kernel_posix_unistd.o
|
||||
kernel_posix_time.o
|
||||
posix_string.o
|
||||
:
|
||||
$(SUBDIR)/core/arch/$(OBOS_ARCH)/kernel.ld
|
||||
@ -71,6 +72,7 @@ KernelLd kernel.so :
|
||||
kernel_posix_stdlib.o
|
||||
kernel_posix_sys.o
|
||||
kernel_posix_unistd.o
|
||||
kernel_posix_time.o
|
||||
posix_string.o
|
||||
:
|
||||
$(SUBDIR)/core/arch/$(OBOS_ARCH)/kernel.ld
|
||||
@ -104,6 +106,7 @@ KernelLd libroot.so :
|
||||
posix_stdlib.o
|
||||
posix_string.o
|
||||
posix_sys.o
|
||||
posix_time.o
|
||||
posix_unistd.o
|
||||
:
|
||||
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/library.ld
|
||||
|
Loading…
Reference in New Issue
Block a user