On Fri, Sep 05, 2003 at 08:07:37AM -0500, Adam Thornton wrote: > On Thu, 2003-09-04 at 23:24, Matt Zimmerman wrote: > > "make zimage" (note the case, different from i386) should do it. > > Maybe it should, but in the top-level directory: > > debian:/devel/kernel/linux-2.4.21-plus# make zimage > make: *** No rule to make target `zimage'. Stop.
> Which is why I'm wondering what the incantation to turn vmlinux into > vmlinuz by hand is. Or maybe I'm asking the wrong question, and what I > really should be asking is "why can't I IPL the vmlinux that 'make boot' > produces, but I can IPL the vmlinuz that 'make-kpkg buildpackage' > produces?" As someone else mentioned, "make image" is correct. I looked to see what make-kpkg was using, but misread it: ifeq ($(strip $(architecture)),s390) kimage := zimage loaderdep=zipl loader=zipl loaderdoc= target = image NEED_DIRECT_GZIP_IMAGE=NO kimagesrc = $(strip arch/$(KERNEL_ARCH)/boot/$(target)) kimagedest = $(INT_IMAGE_DESTDIR)/vmlinuz-$(version) DEBCONFIG= $(CONFDIR)/config.$(KPKG_SUBARCH) endif -- - mdz
