This commit was manufactured by cvs2svn to create branch
[linux-2.6.git] / arch / s390 / Makefile
index 68c1a72..df7c55f 100644 (file)
@@ -57,6 +57,11 @@ boot         := arch/$(ARCH)/boot
 
 all: image
 
+# This is a white lie which helps to keep our spec simpler.
+# No $(Q) or other trickery because nobody should use it outside of RPM builds.
+bzImage: image
+       ln -s image arch/$(ARCH)/boot/bzImage
+
 install: vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $@