diff --git a/src/system/boot/platform/u-boot/Jamfile b/src/system/boot/platform/u-boot/Jamfile index 48691a809f..15e5602c44 100644 --- a/src/system/boot/platform/u-boot/Jamfile +++ b/src/system/boot/platform/u-boot/Jamfile @@ -212,6 +212,10 @@ BuildUImage haiku_loader.ub : haiku_loader : local tgzArchive = haiku-floppyboot.tgz ; +BuildUImage $(tgzArchive).ub : $(tgzArchive) : + -A $(TARGET_ARCH) -O linux -T ramdisk -C none + -n '$(tgzArchive) $(TARGET_BOOT_BOARD)' ; + BuildUImage haiku_loader_linux.ub : haiku_loader : -A $(TARGET_ARCH) -O linux -T kernel -C none -a $(HAIKU_BOARD_LOADER_BASE) -e $(HAIKU_BOARD_LOADER_ENTRY_LINUX)