1SubDir HAIKU_TOP src add-ons kernel generic scsi_periph ; 2 3UsePrivateHeaders drivers kernel ; 4SubDirHdrs $(HAIKU_TOP) src system kernel device_manager ; 5 6# disable debug output, if debugging is disabled 7if $(DEBUG) = 0 { 8 SubDirCcFlags [ FDefines DEBUG_MAX_LEVEL_FLOW=0 DEBUG_MAX_LEVEL_INFO=0 ] ; 9} 10 11KernelAddon scsi_periph : 12 block.cpp 13 device.cpp 14 error_handling.cpp 15 handle.cpp 16 io.cpp 17 removable.cpp 18 scsi_periph.cpp 19 sync.cpp 20 ; 21