1SubDir HAIKU_TOP src kits device ; 2 3# for usb_raw.h that defines the ioctl protocol used by the USB classes 4UseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel drivers bus usb ] : true ; 5 6SharedLibrary libdevice.so : 7 A2D.cpp 8 D2A.cpp 9 DigitalPort.cpp 10 Joystick.cpp 11 SerialPort.cpp 12 USBConfiguration.cpp 13 USBDevice.cpp 14 USBEndpoint.cpp 15 USBInterface.cpp 16 USBRoster.cpp 17 : be 18; 19