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)
250 COMPRESSION_FNAME = vmlinux
264 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
342 boot-y := vmlinux.bin
343 boot-y += vmlinux.ecoff
344 boot-y += vmlinux.srec
353 boot-y += vmlinux.itb
354 boot-y += vmlinux.gz.itb
355 boot-y += vmlinux.bz2.itb
356 boot-y += vmlinux.lzma.itb
357 boot-y += vmlinux.lzo.itb
376 vmlinux.32: vmlinux
385 vmlinux.64: vmlinux
391 $(boot-y): $(vmlinux-32) FORCE
392 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
397 $(bootz-y): $(vmlinux-32) FORCE
407 CLEAN_FILES += vmlinux.32 vmlinux.64
423 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)