vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / kernel / bus_managers / usb / Jamfile
blobba59803867489d250e93e400ce0170f84bfda477
1 SubDir HAIKU_TOP src add-ons kernel bus_managers usb ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 SubDirC++Flags -fno-rtti ;
7 local compatSources ;
9 SubDirSysHdrs $(SUBDIR) ;
10 UsePrivateKernelHeaders ;
12 KernelStaticLibrary libusb.a :
13         Stack.cpp
14         Device.cpp
15         Hub.cpp
16         BusManager.cpp
17         Transfer.cpp
18         Pipe.cpp
19         Interface.cpp
20         Object.cpp
21         PhysicalMemoryAllocator.cpp
22         $(compatSources)
25 KernelAddon usb :
26         usb.cpp
27         : libusb.a
28         : usb.rdef
29         ;
31 SEARCH on [ FGristFiles $(compatSources) ]
32         = [ FDirName $(HAIKU_TOP) src system kernel util ] ;