1SubDir HAIKU_TOP src add-ons kernel bus_managers usb ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5SubDirC++Flags -fno-rtti ; 6 7UsePrivateKernelHeaders ; 8 9KernelStaticLibrary libusb.a : 10 Stack.cpp 11 Device.cpp 12 Hub.cpp 13 BusManager.cpp 14 Transfer.cpp 15 Pipe.cpp 16 Interface.cpp 17 Object.cpp 18 PhysicalMemoryAllocator.cpp 19; 20 21KernelAddon usb : 22 usb.cpp 23 : libusb.a 24 : usb.rdef 25 ; 26