1SubDir HAIKU_TOP src add-ons kernel busses ata ide_isa ;
2
3UsePrivateHeaders drivers kernel ;
4
5# disable debug output, if debugging is disabled
6if $(DEBUG) = 0 {
7	SubDirCcFlags [ FDefines DEBUG_MAX_LEVEL_FLOW=0 DEBUG_MAX_LEVEL_INFO=0  ] ;
8}
9
10KernelAddon ide_isa :
11	ide_isa.c
12	;
13