system/boot: Add support for multiple bootloaders

This commit is contained in:
Jessica Hamilton
2018-10-17 14:47:46 -05:00
committed by Alexander von Gluck IV
parent f15270537a
commit 1f96a3cbde
41 changed files with 754 additions and 551 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
SubDir HAIKU_TOP src bin makebootable ;
if $(TARGET_BOOT_PLATFORM) {
SubInclude HAIKU_TOP src bin makebootable platform $(TARGET_BOOT_PLATFORM) ;
if $(TARGET_KERNEL_PLATFORM) {
SubInclude HAIKU_TOP src bin makebootable platform $(TARGET_KERNEL_PLATFORM) ;
}