bootloader: defines _BOOT_PLATFORM_BIOS on x86/bios_ia32

This commit is contained in:
Jérôme Duval
2020-12-30 22:23:51 +01:00
parent 55f429bd0e
commit 03c037b99a
+4 -1
View File
@@ -58,7 +58,10 @@ for platform in [ MultiBootSubDirSetup ] {
_BOOT_PLATFORM_EFI
;
} else {
DEFINES += BOOT_SUPPORT_ELF32 ;
DEFINES +=
_BOOT_PLATFORM_BIOS
BOOT_SUPPORT_ELF32
;
}
}
case "sparc" :