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)
275 COMPRESSION_FNAME = vmlinux
287 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
363 boot-y := vmlinux.bin
364 boot-y += vmlinux.ecoff
365 boot-y += vmlinux.srec
372 boot-y += vmlinux.itb
373 boot-y += vmlinux.gz.itb
374 boot-y += vmlinux.bz2.itb
375 boot-y += vmlinux.lzma.itb
376 boot-y += vmlinux.lzo.itb
393 vmlinux.32: vmlinux
402 vmlinux.64: vmlinux
408 $(boot-y): $(vmlinux-32) FORCE
409 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
414 $(bootz-y): $(vmlinux-32) FORCE
424 CLEAN_FILES += vmlinux.32 vmlinux.64
440 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
452 echo ' vmlinux.ecoff - ECOFF boot image'
453 echo ' vmlinux.bin - Raw binary boot image'
454 echo ' vmlinux.srec - SREC boot image'
455 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'