diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile index 80ea7506fa1a..21033ed83307 100644 --- a/arch/ia64/Makefile +++ b/arch/ia64/Makefile | |||
@@ -71,6 +71,8 @@ all: compressed unwcheck | |||
71 | 71 | ||
72 | compressed: vmlinux.gz | 72 | compressed: vmlinux.gz |
73 | 73 | ||
74 | vmlinuz: vmlinux.gz | ||
75 | |||
74 | vmlinux.gz: vmlinux | 76 | vmlinux.gz: vmlinux |
75 | $(Q)$(MAKE) $(build)=$(boot) $@ | 77 | $(Q)$(MAKE) $(build)=$(boot) $@ |
76 | 78 | ||