SubDir OBOS_TOP src add-ons kernel generic scsi_periph ;

UsePrivateHeaders 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 : kernel generic :
	block.c
	device_icons.c
	device.c
	error_handling.c
	handle.c
	io.c
	removable.c
	scsi_periph.c
	;
