Searched refs:KBUILD_IMAGE (Results 1 - 16 of 16) sorted by relevance

/linux-4.1.27/arch/avr32/
H A DMakefile52 KBUILD_IMAGE := $(boot)/uImage macro
53 vmlinux.elf: KBUILD_IMAGE := $(boot)/vmlinux.elf macro
54 vmlinux.cso: KBUILD_IMAGE := $(boot)/vmlinux.cso macro
55 uImage.srec: KBUILD_IMAGE := $(boot)/uImage.srec macro
56 uImage: KBUILD_IMAGE := $(boot)/uImage macro
67 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) $@
/linux-4.1.27/arch/nios2/
H A DMakefile45 KBUILD_IMAGE := $(nios2-boot)/vmImage macro
66 $(Q)$(MAKE) $(build)=$(nios2-boot) BOOTIMAGE=$(KBUILD_IMAGE) install
69 echo '* vmImage - Kernel-only image for U-Boot ($(KBUILD_IMAGE))'
/linux-4.1.27/arch/unicore32/
H A DMakefile46 KBUILD_IMAGE := zImage macro
48 all: $(KBUILD_IMAGE)
/linux-4.1.27/arch/s390/
H A DMakefile47 #KBUILD_IMAGE is necessary for make rpm
48 KBUILD_IMAGE :=arch/s390/boot/image macro
/linux-4.1.27/arch/arm64/
H A DMakefile60 KBUILD_IMAGE := Image.gz macro
63 all: $(KBUILD_IMAGE) $(KBUILD_DTBS)
/linux-4.1.27/arch/blackfin/
H A DMakefile146 KBUILD_IMAGE := $(boot)/uImage macro
154 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
/linux-4.1.27/arch/arc/
H A DMakefile95 KBUILD_IMAGE := bootpImage macro
97 all: $(KBUILD_IMAGE)
/linux-4.1.27/arch/sparc/
H A DMakefile78 KBUILD_IMAGE := $(boot)/zImage macro
/linux-4.1.27/arch/mn10300/
H A DMakefile72 KBUILD_IMAGE := $(boot)/zImage macro
/linux-4.1.27/arch/x86/
H A DMakefile224 # KBUILD_IMAGE specify target image being built
225 KBUILD_IMAGE := $(boot)/bzImage macro
231 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
/linux-4.1.27/arch/mips/boot/compressed/
H A DMakefile49 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
/linux-4.1.27/scripts/package/
H A Dbuilddeb139 # Not all arches include the boot path in KBUILD_IMAGE
140 if [ -e $KBUILD_IMAGE ]; then
141 cp $KBUILD_IMAGE "$tmpdir/$installed_image_path"
143 cp arch/$ARCH/boot/$KBUILD_IMAGE "$tmpdir/$installed_image_path"
/linux-4.1.27/arch/sh/
H A DMakefile96 KBUILD_IMAGE := $(defaultimage-y) macro
211 all: $(KBUILD_IMAGE)
/linux-4.1.27/arch/arm/
H A DMakefile290 KBUILD_IMAGE := xipImage macro
292 KBUILD_IMAGE := zImage macro
300 all: $(KBUILD_IMAGE) $(KBUILD_DTBS)
/linux-4.1.27/arch/parisc/
H A DMakefile20 KBUILD_IMAGE := vmlinuz macro
/linux-4.1.27/
H A DMakefile804 # KBUILD_IMAGE may be overruled on the command line or
808 export KBUILD_IMAGE ?= vmlinux macro
1497 @echo $(KBUILD_IMAGE)

Completed in 764 milliseconds