Lines Matching refs:bzImage
21 targets := vmlinux.bin setup.bin setup.elf bzImage
64 $(obj)/bzImage: asflags-y := $(SVGA_MODE)
70 $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE
126 bzdisk: $(obj)/bzImage $(obj)/mtools.conf
134 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage a:linux ; sync
137 fdimage fdimage144: $(obj)/bzImage $(obj)/mtools.conf
146 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage v:linux ; sync
148 fdimage288: $(obj)/bzImage $(obj)/mtools.conf
157 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage w:linux ; sync
159 isoimage: $(obj)/bzImage
169 cp $(obj)/bzImage $(obj)/isoimage/linux
180 bzlilo: $(obj)/bzImage
183 cat $(obj)/bzImage > $(INSTALL_PATH)/vmlinuz
188 sh $(srctree)/$(src)/install.sh $(KERNELRELEASE) $(obj)/bzImage \