Lines Matching refs:vmlinux
69 vmlinux-32 = vmlinux
70 vmlinux-64 = vmlinux.64
77 vmlinux-32 = vmlinux.32
78 vmlinux-64 = vmlinux
83 all-$(CONFIG_BOOT_ELF32) := $(vmlinux-32)
84 all-$(CONFIG_BOOT_ELF64) := $(vmlinux-64)
239 COMPRESSION_FNAME = vmlinux
251 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
327 boot-y := vmlinux.bin
328 boot-y += vmlinux.ecoff
329 boot-y += vmlinux.srec
336 boot-y += vmlinux.itb
337 boot-y += vmlinux.gz.itb
338 boot-y += vmlinux.bz2.itb
339 boot-y += vmlinux.lzma.itb
340 boot-y += vmlinux.lzo.itb
357 vmlinux.32: vmlinux
366 vmlinux.64: vmlinux
372 $(boot-y): $(vmlinux-32) FORCE
373 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
378 $(bootz-y): $(vmlinux-32) FORCE
388 CLEAN_FILES += vmlinux.32 vmlinux.64
404 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)