1local haikuLoaderPackage = haiku_loader.hpkg ; 2HaikuPackage $(haikuLoaderPackage) ; 3 4 5# boot loader 6AddFilesToPackage : haiku_loader ; 7 8 9# Force no compression, so the stage one loader can directly execute the boot 10# loader. 11HAIKU_PACKAGE_COMPRESSION_LEVEL on $(haikuLoaderPackage) = 0 ; 12 13BuildHaikuPackage $(haikuLoaderPackage) : haiku_loader ; 14