mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 05:21:28 +01:00
92bb7e91ed
This reverts commit 349326db275da7f7f507540ccecb2780ac655fe9. Makes the system unbootable on my gcc2 BIOS machine.
14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
local haikuLoaderPackage = haiku_loader.hpkg ;
|
|
HaikuPackage $(haikuLoaderPackage) ;
|
|
|
|
|
|
# boot loader
|
|
AddFilesToPackage : haiku_loader.$(HAIKU_KERNEL_PLATFORM) ;
|
|
|
|
|
|
# Force no compression, so the stage one loader can directly execute the boot
|
|
# loader.
|
|
HAIKU_PACKAGE_COMPRESSION_LEVEL on $(haikuLoaderPackage) = 0 ;
|
|
|
|
BuildHaikuPackage $(haikuLoaderPackage) : haiku_loader ;
|