Home
last modified time | relevance | path

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

/linux/arch/arm/boot/compressed/
A DMakefile8 OBJS = macro
11 OBJS += misc.o decompress.o
13 OBJS += debug.o
19 OBJS += string.o
23 OBJS += hyp-stub.o
36 OBJS += ll_char_wr.o font.o
40 OBJS += head-sa1100.o
44 OBJS += head-xscale.o
48 OBJS += head-sharpsl.o
53 OBJS += big-endian.o
[all …]
/linux/tools/testing/selftests/sync/
A DMakefile16 OBJS = sync_test.o sync.o macro
26 OBJS := $(patsubst %,$(OUTPUT)/%,$(OBJS)) macro
29 $(TEST_CUSTOM_PROGS): $(TESTS) $(OBJS)
30 $(CC) -o $(TEST_CUSTOM_PROGS) $(OBJS) $(TESTS) $(CFLAGS) $(LDFLAGS)
32 $(OBJS): $(OUTPUT)/%.o: %.c
38 EXTRA_CLEAN := $(TEST_CUSTOM_PROGS) $(OBJS) $(TESTS)
/linux/tools/testing/selftests/resctrl/
A DMakefile4 OBJS=$(SRCS:.c=.o) macro
8 $(OBJS): $(SRCS)
11 resctrl_tests: $(OBJS)
17 $(RM) $(OBJS) resctrl_tests
/linux/arch/xtensa/boot/boot-elf/
A DMakefile15 OBJS := $(addprefix $(obj)/,$(boot-y)) macro
17 $(obj)/Image.o: $(obj)/../vmlinux.bin $(OBJS)
21 $(OBJS) $@
/linux/arch/xtensa/boot/boot-redboot/
A DMakefile14 OBJS := $(addprefix $(obj)/,$(boot-y)) macro
19 $(obj)/zImage.o: $(obj)/../vmlinux.bin.gz $(OBJS)
23 $(OBJS) $@
/linux/lib/raid6/test/
A DMakefile14 OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o macro
36 OBJS += mmx.o sse1.o sse2.o avx2.o recov_ssse3.o recov_avx2.o avx512.o recov_avx512.o
42 OBJS += neon.o neon1.o neon2.o neon4.o neon8.o recov_neon.o recov_neon_inner.o
50 OBJS += altivec1.o altivec2.o altivec4.o altivec8.o \
66 raid6.a: $(OBJS)
/linux/tools/power/cpupower/bench/
A DMakefile11 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o \ macro
15 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o macro
/linux/tools/bpf/bpftool/
A DMakefile161 OBJS = $(patsubst %.c,$(OUTPUT)%.o,$(SRCS)) $(OUTPUT)disasm.o macro
162 $(OBJS): $(LIBBPF) $(LIBBPF_INTERNAL_HDRS)
219 $(OUTPUT)bpftool: $(OBJS) $(LIBBPF)
220 $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)

Completed in 11 milliseconds