Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 64) sorted by relevance

123

/arch/mips/boot/
DMakefile32 targets := vmlinux.ecoff macro
38 targets += vmlinux.bin
44 targets += vmlinux.srec
78 targets += uImage
79 targets += uImage.bin
80 targets += uImage.bz2
81 targets += uImage.gz
82 targets += uImage.lzma
83 targets += uImage.lzo
/arch/metag/boot/
DMakefile15 targets += vmlinux.bin
16 targets += uImage
17 targets += uImage.gz
18 targets += uImage.bz2
19 targets += uImage.xz
20 targets += uImage.lzo
21 targets += uImage.bin
/arch/x86/realmode/rm/
DMakefile31 targets += $(realmode-y)
41 targets += pasyms.h
45 targets += realmode.lds
51 targets += realmode.elf
57 targets += realmode.bin
65 targets += realmode.relocs
/arch/ia64/hp/sim/boot/
DMakefile11 targets-$(CONFIG_IA64_HP_SIM) += bootloader
12 targets := vmlinux.bin vmlinux.gz $(targets-y) macro
17 vmlinux.gz: $(obj)/vmlinux.gz $(addprefix $(obj)/,$(targets-y))
/arch/x86/purgatory/
DMakefile3 targets += $(purgatory-y)
7 targets += purgatory.ro
20 targets += kexec-purgatory.c
/arch/metag/boot/dts/
DMakefile15 targets += dtbs
16 targets += $(dtb-y)
/arch/hexagon/kernel/
Dsmp.c239 struct cpumask targets; in smp_send_stop() local
240 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop()
241 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop()
242 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
/arch/s390/boot/
DMakefile11 targets := image macro
12 targets += bzImage
/arch/s390/kernel/vdso32/
DMakefile7 targets := $(obj-vdso32) vdso32.so vdso32.so.dbg macro
18 $(targets:%=$(obj)/%.dbg): KBUILD_CFLAGS = $(KBUILD_CFLAGS_31)
19 $(targets:%=$(obj)/%.dbg): KBUILD_AFLAGS = $(KBUILD_AFLAGS_31)
/arch/s390/kernel/vdso64/
DMakefile7 targets := $(obj-vdso64) vdso64.so vdso64.so.dbg macro
18 $(targets:%=$(obj)/%.dbg): KBUILD_CFLAGS = $(KBUILD_CFLAGS_64)
19 $(targets:%=$(obj)/%.dbg): KBUILD_AFLAGS = $(KBUILD_AFLAGS_64)
/arch/mips/boot/dts/
DMakefile15 targets += dtbs
16 targets += $(dtb-y)
/arch/arc/kernel/
Dsmp.c255 struct cpumask targets; in smp_send_stop() local
256 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop()
257 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop()
258 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop()
/arch/mips/vdso/
DMakefile68 targets += $(obj-vdso-y)
69 targets += vdso.lds vdso.so.dbg vdso.so vdso-image.c
91 targets += $(obj-vdso-y:%.o=%-o32.o)
92 targets += vdso-o32.lds vdso-o32.so.dbg vdso-o32.so vdso-o32-image.c
127 targets += $(obj-vdso-y:%.o=%-n32.o)
128 targets += vdso-n32.lds vdso-n32.so.dbg vdso-n32.so vdso-n32-image.c
/arch/x86/vdso/
DMakefile31 targets += vdso.lds $(vobjs-y)
38 targets += $(vdso_img_cfiles)
39 targets += $(vdso_img_sodbg)
115 targets += vdsox32.lds $(vobjx32s-y)
140 targets += vdso32/vdso32.lds
141 targets += vdso32/note.o vdso32/vclock_gettime.o $(vdso32.so-y:%=vdso32/%.o)
142 targets += vdso32/vclock_gettime.o
/arch/mips/boot/compressed/
DMakefile30 targets := head.o decompress.o string.o dbg.o uart-16550.o uart-alchemy.o macro
45 targets += vmlinux.bin
57 targets += vmlinux.bin.z
61 targets += piggy.o
/arch/arc/boot/
DMakefile1 targets := vmlinux.bin vmlinux.bin.gz uImage macro
18 targets += uImage uImage.bin uImage.gz
/arch/frv/boot/
DMakefile11 targets := Image zImage bootpImage macro
34 targets: $(obj)/Image target
/arch/x86/boot/
DMakefile29 targets := vmlinux.bin setup.bin setup.elf bzImage macro
30 targets += fdimage fdimage144 fdimage288 image.iso mtools.conf
47 targets += $(setup-y)
60 targets += cpustr.h
93 targets += voffset.h
102 targets += zoffset.h
/arch/sh/kernel/vsyscall/
DMakefile7 targets += $(foreach F,trapa,vsyscall-$F.o vsyscall-$F.so)
8 targets += vsyscall-note.o vsyscall.lds
/arch/s390/boot/compressed/
DMakefile9 targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 macro
10 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
11 targets += misc.o piggy.o sizes.h head$(BITS).o
/arch/arm64/boot/
DMakefile19 targets := Image Image.gz macro
/arch/score/boot/
DMakefile9 targets := vmlinux.bin macro
/arch/arm64/boot/dts/
DMakefile5 targets += dtbs
/arch/ia64/kvm/
DMakefile8 targets := $(offsets-file) macro
9 targets += arch/ia64/kvm/asm-offsets.s
/arch/sparc/boot/
DMakefile10 targets := tftpboot.img image zImage vmlinux.aout macro
57 targets += uImage

123