Lines Matching defs: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)
250 COMPRESSION_FNAME = vmlinux
262 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
344 boot-y := vmlinux.bin
345 boot-y += vmlinux.ecoff
346 boot-y += vmlinux.srec
355 boot-y += vmlinux.itb
356 boot-y += vmlinux.gz.itb
357 boot-y += vmlinux.bz2.itb
358 boot-y += vmlinux.lzma.itb
359 boot-y += vmlinux.lzo.itb
377 vmlinux.32: vmlinux
386 vmlinux.64: vmlinux
392 $(boot-y): $(vmlinux-32) FORCE
393 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
398 $(bootz-y): $(vmlinux-32) FORCE
408 CLEAN_FILES += vmlinux.32 vmlinux.64
424 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)
441 echo ' vmlinux.ecoff - ECOFF boot image'
442 echo ' vmlinux.bin - Raw binary boot image'
443 echo ' vmlinux.srec - SREC boot image'
444 echo ' vmlinux.32 - 64-bit boot image wrapped in 32bits (IP22/IP32)'