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