Lines Matching full:boot
2 # arch/xtensa/boot/Makefile
11 # KBUILD_CFLAGS used when building rest of boot (takes effect recursively)
18 # Subdirs for the boot loader(s)
20 boot-$(CONFIG_XTENSA_PLATFORM_ISS) += Image
21 boot-$(CONFIG_XTENSA_PLATFORM_XT2000) += Image zImage uImage
22 boot-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += Image zImage uImage
24 all: $(boot-y)
25 Image: boot-elf
26 zImage: boot-redboot
30 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y))
41 boot-elf: $(obj)/vmlinux.bin
42 boot-redboot: $(obj)/vmlinux.bin.gz