SubDir HAIKU_TOP src add-ons kernel generic scsi_periph ; UsePrivateHeaders drivers kernel ; # disable debug output, if debugging is disabled if $(DEBUG) = 0 { SubDirCcFlags [ FDefines DEBUG_MAX_LEVEL_FLOW=0 DEBUG_MAX_LEVEL_INFO=0 ] ; } KernelAddon scsi_periph : block.c device_icons.c device.c error_handling.c handle.c io.c removable.c scsi_periph.c sync.c ;