Lines Matching +full:image +full:- +full:processor
11 NM := $(NM) -B
13 LDFLAGS_vmlinux := -static -N #-relax
14 CHECKFLAGS += -D__alpha__
15 cflags-y := -pipe -mno-fp-regs -ffixed-8
16 cflags-y += $(call cc-option, -fno-jump-tables)
18 cpuflags-$(CONFIG_ALPHA_EV4) := -mcpu=ev4
19 cpuflags-$(CONFIG_ALPHA_EV5) := -mcpu=ev5
20 cpuflags-$(CONFIG_ALPHA_EV56) := -mcpu=ev56
21 cpuflags-$(CONFIG_ALPHA_POLARIS) := -mcpu=pca56
22 cpuflags-$(CONFIG_ALPHA_SX164) := -mcpu=pca56
23 cpuflags-$(CONFIG_ALPHA_EV6) := -mcpu=ev6
24 cpuflags-$(CONFIG_ALPHA_EV67) := -mcpu=ev67
28 # more likely to keep an EV4 processor busy than vice-versa.
29 cpuflags-$(CONFIG_ALPHA_GENERIC) := -mcpu=ev5
31 cflags-y += $(cpuflags-y)
37 KBUILD_CFLAGS += $(cflags-y) -Wa,-mev6
39 libs-y += arch/alpha/lib/
42 LIBS_Y := $(patsubst %/, %/lib.a, $(libs-y))
60 echo '* boot - Compressed kernel image (arch/alpha/boot/vmlinux.gz)'
61 echo ' bootimage - SRM bootable image (arch/alpha/boot/bootimage)'
62 echo ' bootpfile - BOOTP bootable image (arch/alpha/boot/bootpfile)'
63 echo ' bootpzfile - compressed kernel BOOTP image (arch/alpha/boot/bootpzfile)'