From ee86e2af8ce8c8362095d902efc8bf4ee9a9c6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Tue, 15 Apr 2003 14:40:53 +0000 Subject: Add hd.img & other.img for x86-64 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1381219d5..f36aef882 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ ifeq (ia64,$(ARCH)) BOOT_IMG = all.img endif ifeq (x86_64,$(ARCH)) - BOOT_IMG = cdrom.img network.img usb.img blank.img + BOOT_IMG = cdrom.img hd.img network.img usb.img blank.img other.img endif FBOOT_IMG = $(BOOT_IMG:%=images/%) -- cgit v1.2.1