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
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
add-ons
/
kernel
/
busses
/
scsi
/
virtio
/
Jamfile
blob
eba2d24dd9c921afbbd81f4035b1be19992b1088
1
SubDir HAIKU_TOP src add-ons kernel busses scsi virtio ;
2
3
UsePrivateHeaders drivers virtio ;
4
UsePrivateKernelHeaders ;
5
6
KernelAddon virtio_scsi :
7
virtio_scsi.cpp
8
VirtioSCSIController.cpp
9
VirtioSCSIHelper.cpp
10
VirtioSCSIRequest.cpp
11
;