Lines Matching refs:vmlinux
67 vmlinux-32 = vmlinux
68 vmlinux-64 = vmlinux.64
75 vmlinux-32 = vmlinux.32
76 vmlinux-64 = vmlinux
81 all-$(CONFIG_BOOT_ELF32) := $(vmlinux-32)
82 all-$(CONFIG_BOOT_ELF64) := $(vmlinux-64)
250 COMPRESSION_FNAME = vmlinux
262 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
333 boot-y := vmlinux.bin
334 boot-y += vmlinux.ecoff
335 boot-y += vmlinux.srec
344 boot-y += vmlinux.itb
345 boot-y += vmlinux.gz.itb
346 boot-y += vmlinux.bz2.itb
347 boot-y += vmlinux.lzma.itb
348 boot-y += vmlinux.lzo.itb
360 rom.bin rom.sw: vmlinux
372 vmlinux.32: vmlinux
381 vmlinux.64: vmlinux
387 $(boot-y): $(vmlinux-32) FORCE
388 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
393 $(bootz-y): $(vmlinux-32) FORCE
403 CLEAN_FILES += vmlinux.32 vmlinux.64
419 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
437 echo ' vmlinux.ecoff - ECOFF boot image'
438 echo ' vmlinux.bin - Raw binary boot image'
439 echo ' vmlinux.srec - SREC boot image'
440 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'