Lines Matching refs:vmlinux
65 vmlinux-32 = vmlinux
66 vmlinux-64 = vmlinux.64
73 vmlinux-32 = vmlinux.32
74 vmlinux-64 = vmlinux
79 all-$(CONFIG_BOOT_ELF32) := $(vmlinux-32)
80 all-$(CONFIG_BOOT_ELF64) := $(vmlinux-64)
248 COMPRESSION_FNAME = vmlinux
261 entry-y = $(shell $(OBJDUMP) -f vmlinux 2>/dev/null \
337 boot-y := vmlinux.bin
338 boot-y += vmlinux.ecoff
339 boot-y += vmlinux.srec
348 boot-y += vmlinux.itb
349 boot-y += vmlinux.gz.itb
350 boot-y += vmlinux.bz2.itb
351 boot-y += vmlinux.lzma.itb
352 boot-y += vmlinux.lzo.itb
364 rom.bin rom.sw: vmlinux
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
434 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
449 echo ' vmlinux.ecoff - ECOFF boot image'
450 echo ' vmlinux.bin - Raw binary boot image'
451 echo ' vmlinux.srec - SREC boot image'
452 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'