summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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/%)