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)
271 COMPRESSION_FNAME = vmlinux
283 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
359 boot-y := vmlinux.bin
360 boot-y += vmlinux.ecoff
361 boot-y += vmlinux.srec
368 boot-y += vmlinux.itb
369 boot-y += vmlinux.gz.itb
370 boot-y += vmlinux.bz2.itb
371 boot-y += vmlinux.lzma.itb
372 boot-y += vmlinux.lzo.itb
389 vmlinux.32: vmlinux
398 vmlinux.64: vmlinux
404 $(boot-y): $(vmlinux-32) FORCE
405 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
410 $(bootz-y): $(vmlinux-32) FORCE
420 CLEAN_FILES += vmlinux.32 vmlinux.64
433 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
445 echo ' vmlinux.ecoff - ECOFF boot image'
446 echo ' vmlinux.bin - Raw binary boot image'
447 echo ' vmlinux.srec - SREC boot image'
448 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'