Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/sync/
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)
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
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 …]
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
DMakefile4 OBJS=$(SRCS:.c=.o) macro
8 $(OBJS): $(SRCS)
11 resctrl_tests: $(OBJS)
17 $(RM) $(OBJS) resctrl_tests
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-elf/
DMakefile20 OBJS := $(addprefix $(obj)/,$(boot-y)) macro
22 $(obj)/Image.o: $(obj)/../vmlinux.bin $(OBJS)
26 $(OBJS) $@
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/
DMakefile18 OBJS := $(addprefix $(obj)/,$(boot-y)) macro
23 $(obj)/zImage.o: $(obj)/../vmlinux.bin.gz $(OBJS)
27 $(OBJS) $@
/kernel/linux/linux-5.10/lib/raid6/test/
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)
/kernel/linux/linux-5.10/tools/power/cpupower/bench/
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
/kernel/linux/linux-5.10/tools/bpf/bpftool/
DMakefile123 OBJS = $(patsubst %.c,$(OUTPUT)%.o,$(SRCS)) $(OUTPUT)disasm.o macro
172 $(OUTPUT)bpftool: $(OBJS) $(LIBBPF)
173 $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch167 +OBJS := $(OS_KERNEL_DIR)/gc_hal_kernel_device.o \
181 +OBJS += $(SOC_PLATFORM_OBJS)
184 +OBJS += $(OS_KERNEL_DIR)/allocator/default/gc_hal_kernel_allocator_dmabuf.o
188 +OBJS += $(OS_KERNEL_DIR)/gc_hal_kernel_iommu.o
192 +OBJS += $(OS_KERNEL_DIR)/gc_hal_kernel_drm.o
195 +OBJS += $(HAL_KERNEL_DIR)/gc_hal_kernel.o \
205 +OBJS += $(ARCH_KERNEL_DIR)/gc_hal_kernel_context.o \
214 +OBJS += $(ARCH_KERNEL_DIR)/gc_hal_kernel_recorder.o
224 +OBJS +=\
237 +OBJS += $(OS_KERNEL_DIR)/gc_hal_kernel_sync.o
[all …]