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
23 # Subdirs for the boot loader(s)
25 boot-$(CONFIG_XTENSA_PLATFORM_ISS) += Image
26 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage
27 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage
29 all: $(boot-y)
30 Image: boot-elf
31 zImage: boot-redboot
35 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y))
46 boot-elf: $(obj)/vmlinux.bin
47 boot-redboot: $(obj)/vmlinux.bin.gz