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)
231 COMPRESSION_FNAME = vmlinux
243 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
325 boot-y := vmlinux.bin
326 boot-y += vmlinux.ecoff
327 boot-y += vmlinux.srec
336 boot-y += vmlinux.itb
337 boot-y += vmlinux.gz.itb
338 boot-y += vmlinux.bz2.itb
339 boot-y += vmlinux.lzma.itb
340 boot-y += vmlinux.lzo.itb
358 vmlinux.32: vmlinux
367 vmlinux.64: vmlinux
373 $(boot-y): $(vmlinux-32) FORCE
374 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
379 $(bootz-y): $(vmlinux-32) FORCE
389 CLEAN_FILES += vmlinux.32 vmlinux.64
405 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
422 echo ' vmlinux.ecoff - ECOFF boot image'
423 echo ' vmlinux.bin - Raw binary boot image'
424 echo ' vmlinux.srec - SREC boot image'
425 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'