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)
248 COMPRESSION_FNAME = vmlinux
260 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
336 boot-y := vmlinux.bin
337 boot-y += vmlinux.ecoff
338 boot-y += vmlinux.srec
345 boot-y += vmlinux.itb
346 boot-y += vmlinux.gz.itb
347 boot-y += vmlinux.bz2.itb
348 boot-y += vmlinux.lzma.itb
349 boot-y += vmlinux.lzo.itb
366 vmlinux.32: vmlinux
375 vmlinux.64: vmlinux
381 $(boot-y): $(vmlinux-32) FORCE
382 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
387 $(bootz-y): $(vmlinux-32) FORCE
397 CLEAN_FILES += vmlinux.32 vmlinux.64
413 $(Q)install -D -m 755 vmlinux $(INSTALL_PATH)/vmlinux-$(KERNELRELEASE)