haiku_loader.hpkg: Add each compiled boot target
This commit is contained in:
parent
887990594d
commit
349326db27
@ -1,10 +1,13 @@
|
||||
local haikuLoaderPackage = haiku_loader.hpkg ;
|
||||
HaikuPackage $(haikuLoaderPackage) ;
|
||||
|
||||
|
||||
# boot loader
|
||||
AddFilesToPackage : haiku_loader.$(HAIKU_KERNEL_PLATFORM) ;
|
||||
|
||||
# Add compiled boot loaders for architecture
|
||||
# NOTE: bios_ia32 *MUST* be first on x86 in the hpkg for the MBR loader.
|
||||
# It currently is based on name (b before e)
|
||||
local bootTarget ;
|
||||
for bootTarget in $(HAIKU_BOOT_TARGETS) {
|
||||
AddFilesToPackage : haiku_loader.$(bootTarget) ;
|
||||
}
|
||||
|
||||
# Force no compression, so the stage one loader can directly execute the boot
|
||||
# loader.
|
||||
|
Loading…
Reference in New Issue
Block a user