Lines Matching refs:vmlinux
70 vmlinux-32 = vmlinux
71 vmlinux-64 = vmlinux.64
78 vmlinux-32 = vmlinux.32
79 vmlinux-64 = vmlinux
84 all-$(CONFIG_BOOT_ELF32) := $(vmlinux-32)
85 all-$(CONFIG_BOOT_ELF64) := $(vmlinux-64)
251 COMPRESSION_FNAME = vmlinux
263 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
341 boot-y := vmlinux.bin
342 boot-y += vmlinux.ecoff
343 boot-y += vmlinux.srec
352 boot-y += vmlinux.itb
353 boot-y += vmlinux.gz.itb
354 boot-y += vmlinux.bz2.itb
355 boot-y += vmlinux.lzma.itb
356 boot-y += vmlinux.lzo.itb
375 vmlinux.32: vmlinux
384 vmlinux.64: vmlinux
390 $(boot-y): $(vmlinux-32) FORCE
391 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
396 $(bootz-y): $(vmlinux-32) FORCE
406 CLEAN_FILES += vmlinux.32 vmlinux.64
422 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
439 echo ' vmlinux.ecoff - ECOFF boot image'
440 echo ' vmlinux.bin - Raw binary boot image'
441 echo ' vmlinux.srec - SREC boot image'
442 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'