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)
277 COMPRESSION_FNAME = vmlinux
289 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
365 boot-y := vmlinux.bin
366 boot-y += vmlinux.ecoff
367 boot-y += vmlinux.srec
374 boot-y += vmlinux.itb
375 boot-y += vmlinux.gz.itb
376 boot-y += vmlinux.bz2.itb
377 boot-y += vmlinux.lzma.itb
378 boot-y += vmlinux.lzo.itb
395 vmlinux.32: vmlinux
404 vmlinux.64: vmlinux
410 $(boot-y): $(vmlinux-32) FORCE
411 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
416 $(bootz-y): $(vmlinux-32) FORCE
426 CLEAN_FILES += vmlinux.32 vmlinux.64
442 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
454 echo ' vmlinux.ecoff - ECOFF boot image'
455 echo ' vmlinux.bin - Raw binary boot image'
456 echo ' vmlinux.srec - SREC boot image'
457 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'