1 SubDir HAIKU_TOP src kits device ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 UsePrivateHeaders device ;
7 # for usb_raw.h that defines the ioctl protocol used by the USB classes
8 UseHeaders [ FDirName $(HAIKU_TOP) src add-ons kernel drivers bus usb ] : true ;
10 local architectureObject ;
11 for architectureObject in [ MultiArchSubDirSetup ] {
12 on $(architectureObject) {
13 SharedLibrary [ MultiArchDefaultGristFiles libdevice.so ] :
25 : be [ TargetLibsupc++ ]