Home
last modified time | relevance | path

Searched refs:OBJS (Results 1 – 3 of 3) sorted by relevance

/arch/arm/boot/compressed/
DMakefile8 OBJS = macro
11 OBJS += misc.o decompress.o
14 OBJS += debug.o
19 OBJS += string.o
23 OBJS += hyp-stub.o
30 OBJS += ll_char_wr.o font.o
34 OBJS += head-sa1100.o
38 OBJS += head-xscale.o
42 OBJS += head-sharpsl.o
47 OBJS += big-endian.o
[all …]
/arch/xtensa/boot/boot-elf/
DMakefile15 OBJS := $(addprefix $(obj)/,$(boot-y)) macro
17 $(obj)/Image.o: $(obj)/../vmlinux.bin $(OBJS)
21 $(OBJS) $@
/arch/xtensa/boot/boot-redboot/
DMakefile12 OBJS := $(addprefix $(obj)/,$(boot-y)) macro
15 $(obj)/zImage.o: $(obj)/../vmlinux.bin.gz $(OBJS)
19 $(OBJS) $@