From b60292174096b8dfee12420feef27bb2bb342da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Fri, 27 Jul 2001 13:06:20 +0000 Subject: - Makefile (ia64): RELEASE_BOOT_IMG is all.img - make_boot_img (initrd): ia64: increased image to 16 MB, don't try to copy /etc/pcmcia since we don't have it --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 153c8ddc9..3aae7a662 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,10 @@ ifeq (ppc,$(ARCH)) BOOT_IMG = RELEASE_BOOT_IMG = all.img endif +ifeq (ia64,$(ARCH)) +BOOT_IMG = +RELEASE_BOOT_IMG = all.img +endif BOOT_IMG += $(RELEASE_BOOT_IMG) FRELEASE_BOOT_IMG = $(BOOT_IMG:%=images/%) -- cgit v1.2.1