1SubDir HAIKU_TOP src system boot loader file_systems hfs_plus ; 2 3UsePrivateHeaders [ FDirName kernel disk_device_manager ] ; 4UsePrivateHeaders kernel storage ; 5 6SubDirC++Flags -fno-rtti ; 7 8local platform ; 9for platform in [ MultiBootSubDirSetup ] { 10 on $(platform) { 11 UsePrivateHeaders [ FDirName kernel boot platform $(TARGET_BOOT_PLATFORM) ] ; 12 13 BootStaticLibrary [ MultiBootGristFiles boot_hfs_plus ] : 14 hfs_plus.cpp 15 ; 16 } 17} 18