BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / busses / usb / Jamfile
blobf1a2252030f71d2e0eb0f0e23b149d46a033637b
1 SubDir HAIKU_TOP src add-ons kernel busses usb ;
3 SubDirC++Flags -fno-rtti ;
5 UsePrivateKernelHeaders ; 
6 UseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel bus_managers usb ] ;
8 KernelAddon <usb>uhci :
9         uhci.cpp
10         uhci_rh.cpp
11         : libusb.a
12         : uhci.rdef
13         ;
15 KernelAddon <usb>ohci :
16         ohci.cpp
17         ohci_rh.cpp
18         : libusb.a
19         : ohci.rdef
20         ;
22 KernelAddon <usb>ehci :
23         ehci.cpp
24         ehci_rh.cpp
25         : libusb.a
26         : ehci.rdef
27         ;
29 KernelAddon <usb>xhci :
30         xhci.cpp
31         xhci_rh.cpp
32         : libusb.a
33         : xhci.rdef
34         ;