Lines Matching refs:bzImage
29 targets := vmlinux.bin setup.bin setup.elf bzImage
73 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
80 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
127 bzdisk: $(obj)/bzImage $(obj)/mtools.conf
135 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage a:linux ; sync
138 fdimage fdimage144: $(obj)/bzImage $(obj)/mtools.conf
147 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage v:linux ; sync
149 fdimage288: $(obj)/bzImage $(obj)/mtools.conf
158 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage w:linux ; sync
160 isoimage: $(obj)/bzImage
173 cp $(obj)/bzImage $(obj)/isoimage/linux
184 bzlilo: $(obj)/bzImage
187 cat $(obj)/bzImage > $(INSTALL_PATH)/vmlinuz
192 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(obj)/bzImage \