Lines Matching refs:vmlinux
62 vmlinux-32 = vmlinux
63 vmlinux-64 = vmlinux.64
70 vmlinux-32 = vmlinux.32
71 vmlinux-64 = vmlinux
76 all-$(CONFIG_BOOT_ELF32) := $(vmlinux-32)
77 all-$(CONFIG_BOOT_ELF64) := $(vmlinux-64)
228 COMPRESSION_FNAME = vmlinux
239 entry-y = 0x$(shell $(NM) vmlinux 2>/dev/null \
302 boot-y := vmlinux.bin
303 boot-y += vmlinux.ecoff
304 boot-y += vmlinux.srec
321 rom.bin rom.sw: vmlinux
333 vmlinux.32: vmlinux
342 vmlinux.64: vmlinux
348 $(boot-y): $(vmlinux-32) FORCE
349 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
354 $(bootz-y): $(vmlinux-32) FORCE
364 CLEAN_FILES += vmlinux.32 vmlinux.64
391 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
405 echo ' vmlinux.ecoff - ECOFF boot image'
406 echo ' vmlinux.bin - Raw binary boot image'
407 echo ' vmlinux.srec - SREC boot image'
408 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'