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)
225 COMPRESSION_FNAME = vmlinux
236 entry-y = 0x$(shell $(NM) vmlinux 2>/dev/null \
299 boot-y := vmlinux.bin
300 boot-y += vmlinux.ecoff
301 boot-y += vmlinux.srec
318 rom.bin rom.sw: vmlinux
330 vmlinux.32: vmlinux
339 vmlinux.64: vmlinux
345 $(boot-y): $(vmlinux-32) FORCE
346 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
351 $(bootz-y): $(vmlinux-32) FORCE
361 CLEAN_FILES += vmlinux.32 vmlinux.64
388 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
402 echo ' vmlinux.ecoff - ECOFF boot image'
403 echo ' vmlinux.bin - Raw binary boot image'
404 echo ' vmlinux.srec - SREC boot image'
405 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'