add termios to the build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3172 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -106,6 +106,7 @@ KernelLd libroot.so :
|
|||||||
posix_stdlib.o
|
posix_stdlib.o
|
||||||
posix_string.o
|
posix_string.o
|
||||||
posix_sys.o
|
posix_sys.o
|
||||||
|
posix_termios.o
|
||||||
posix_time.o
|
posix_time.o
|
||||||
posix_unistd.o
|
posix_unistd.o
|
||||||
:
|
:
|
||||||
|
|||||||
@@ -32,5 +32,6 @@ SubInclude OBOS_TOP src kernel libroot posix stdio ;
|
|||||||
SubInclude OBOS_TOP src kernel libroot posix stdlib ;
|
SubInclude OBOS_TOP src kernel libroot posix stdlib ;
|
||||||
SubInclude OBOS_TOP src kernel libroot posix string ;
|
SubInclude OBOS_TOP src kernel libroot posix string ;
|
||||||
SubInclude OBOS_TOP src kernel libroot posix sys ;
|
SubInclude OBOS_TOP src kernel libroot posix sys ;
|
||||||
|
SubInclude OBOS_TOP src kernel libroot posix termios ;
|
||||||
SubInclude OBOS_TOP src kernel libroot posix time ;
|
SubInclude OBOS_TOP src kernel libroot posix time ;
|
||||||
SubInclude OBOS_TOP src kernel libroot posix unistd ;
|
SubInclude OBOS_TOP src kernel libroot posix unistd ;
|
||||||
Reference in New Issue
Block a user