1SubDir HAIKU_TOP src add-ons kernel drivers disk norflash ;
2
3UsePrivateHeaders drivers kernel ;
4
5KernelAddon norflash :
6	norflash.cpp
7;
8
9