Lines Matching refs:boot
2 # arch/xtensa/boot/Makefile
11 # KBUILD_CFLAGS used when building rest of boot (takes effect recursively)
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
34 boot-elf boot-redboot: $(addprefix $(obj)/,$(subdir-y))
45 boot-elf: $(obj)/vmlinux.bin
46 boot-redboot: $(obj)/vmlinux.bin.gz