Revert "haiku_loader.hpkg: Add each compiled boot target"

This reverts commit 349326db27.

Makes the system unbootable on my gcc2 BIOS machine.
This commit is contained in:
Adrien Destugues
2018-11-29 20:42:47 +01:00
parent 6d2736585e
commit 92bb7e91ed
+4 -7
View File
@@ -1,13 +1,10 @@
local haikuLoaderPackage = haiku_loader.hpkg ;
HaikuPackage $(haikuLoaderPackage) ;
# 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) ;
}
# boot loader
AddFilesToPackage : haiku_loader.$(HAIKU_KERNEL_PLATFORM) ;
# Force no compression, so the stage one loader can directly execute the boot
# loader.