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