BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / busses / ide / ide_isa / Jamfile
blob0d95c01cdb3b387e52c10654805887cf7f2170f3
1 SubDir HAIKU_TOP src add-ons kernel busses ide ide_isa ;
3 UsePrivateHeaders drivers kernel ;
5 # disable debug output, if debugging is disabled
6 if $(DEBUG) = 0 {
7         SubDirCcFlags [ FDefines DEBUG_MAX_LEVEL_FLOW=0 DEBUG_MAX_LEVEL_INFO=0  ] ;
10 KernelAddon ide_isa :
11         ide_isa.c
12         ;