Home
last modified time | relevance | path

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

/linux-4.1.27/arch/avr32/
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/scripts/package/
Dbuildtar83 [ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
112 …[ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-kbuild-${KERNELRELE…
Dbuilddeb140 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/unicore32/
DMakefile46 KBUILD_IMAGE := zImage macro
48 all: $(KBUILD_IMAGE)
/linux-4.1.27/arch/arm64/
DMakefile60 KBUILD_IMAGE := Image.gz macro
63 all: $(KBUILD_IMAGE) $(KBUILD_DTBS)
/linux-4.1.27/arch/arc/
DMakefile95 KBUILD_IMAGE := bootpImage macro
97 all: $(KBUILD_IMAGE)
/linux-4.1.27/arch/blackfin/
DMakefile146 KBUILD_IMAGE := $(boot)/uImage macro
154 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
/linux-4.1.27/arch/sparc/
DMakefile78 KBUILD_IMAGE := $(boot)/zImage macro
/linux-4.1.27/arch/arm/
DMakefile290 KBUILD_IMAGE := xipImage macro
292 KBUILD_IMAGE := zImage macro
300 all: $(KBUILD_IMAGE) $(KBUILD_DTBS)
/linux-4.1.27/arch/sh/
DMakefile96 KBUILD_IMAGE := $(defaultimage-y) macro
211 all: $(KBUILD_IMAGE)
/linux-4.1.27/arch/mn10300/
DMakefile72 KBUILD_IMAGE := $(boot)/zImage macro
/linux-4.1.27/arch/x86/
DMakefile225 KBUILD_IMAGE := $(boot)/bzImage macro
231 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
/linux-4.1.27/arch/parisc/
DMakefile20 KBUILD_IMAGE := vmlinuz macro
/linux-4.1.27/arch/mips/boot/compressed/
DMakefile49 $(obj)/vmlinux.bin: $(KBUILD_IMAGE) FORCE
/linux-4.1.27/arch/s390/
DMakefile48 KBUILD_IMAGE :=arch/s390/boot/image macro
/linux-4.1.27/
DMakefile808 export KBUILD_IMAGE ?= vmlinux macro
1497 @echo $(KBUILD_IMAGE)