1c8982798SOliver Ruiz DorantesSubDir HAIKU_TOP src add-ons kernel drivers bluetooth h2 h2generic ; 2c8982798SOliver Ruiz Dorantes 3c8982798SOliver Ruiz DorantesSetSubDirSupportedPlatformsBeOSCompatible ; 4c8982798SOliver Ruiz Dorantes 5c8982798SOliver Ruiz DorantesUsePrivateHeaders net kernel bluetooth ; 6c8982798SOliver Ruiz Dorantes 7deeaca74SJérôme Duvallocal r5_src = ; 8deeaca74SJérôme Duvalif ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) { 9deeaca74SJérôme Duval UseHeaders [ FDirName $(HAIKU_TOP) headers os bluetooth ] : true ; 10e1a589acSFrançois Revol # HACKs HACKs HACKs... 11e1a589acSFrançois Revol # for <bluetooth/*> ... 12e1a589acSFrançois Revol UseHeaders [ FDirName $(HAIKU_TOP) headers os ] : true ; 13e1a589acSFrançois Revol # for <net/*> hmmm... 14e1a589acSFrançois Revol UseHeaders [ FDirName $(HAIKU_TOP) headers private ] : true ; 15e1a589acSFrançois Revol # for USB_spec.h from Haiku 16e1a589acSFrançois Revol UseHeaders [ FDirName $(HAIKU_TOP) headers os drivers ] : true ; 17deeaca74SJérôme Duval r5_src = list.c ; 18deeaca74SJérôme Duval} 19deeaca74SJérôme Duval 20c8982798SOliver Ruiz DorantesKernelAddon h2generic : 21*9760dcaeSOliver Ruiz Dorantes h2generic.cpp 22*9760dcaeSOliver Ruiz Dorantes h2transactions.cpp 23*9760dcaeSOliver Ruiz Dorantes h2upper.cpp 24*9760dcaeSOliver Ruiz Dorantes h2util.cpp 25*9760dcaeSOliver Ruiz Dorantes snet_buffer.cpp 26deeaca74SJérôme Duval $(r5_src) 27c8982798SOliver Ruiz Dorantes ; 28c8982798SOliver Ruiz Dorantes 29deeaca74SJérôme DuvalSEARCH on [ FGristFiles $(r5_src) 30deeaca74SJérôme Duval ] = [ FDirName $(HAIKU_TOP) src system kernel util ] ; 31deeaca74SJérôme Duval 32c8982798SOliver Ruiz DorantesPackage haiku-h2generic-cvs : 33c8982798SOliver Ruiz Dorantes h2generic : 34c8982798SOliver Ruiz Dorantes boot home config add-ons kernel drivers bin ; 354d72fb94SOliver Ruiz DorantesPackageDriverSymLink haiku-h2generic-cvs : bluetooth h2 h2generic ; 36