repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BPicture: Fix archive constructor.
[haiku.git]
/
src
/
add-ons
/
kernel
/
drivers
/
tty
/
Jamfile
blob
487793908c03d14d99f8f096e8abfebef22a837b
1
SubDir HAIKU_TOP src add-ons kernel drivers tty ;
2
3
UsePrivateKernelHeaders ;
4
UsePrivateHeaders drivers ;
5
6
KernelAddon <driver>tty :
7
driver.cpp
8
tty.cpp
9
line_buffer.cpp
10
master.cpp
11
slave.cpp
12
;
13