Lines Matching full:boot
2 # arch/xtensa/boot/Makefile
11 # KBUILD_CFLAGS used when building rest of boot (takes effect recursively)
12 KBUILD_CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include
13 HOSTFLAGS += -Iarch/$(ARCH)/boot/include
22 # Subdirs for the boot loader(s)
24 boot-$(CONFIG_XTENSA_PLATFORM_ISS) += Image
25 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage
26 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage
28 all: $(boot-y)
29 Image: boot-elf
30 zImage: boot-redboot
33 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y))
44 boot-elf: vmlinux.bin
45 boot-redboot: vmlinux.bin.gz