Home
last modified time | relevance | path

Searched defs:OBJS (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/sync/
H A DMakefile16 OBJS = sync_test.o sync.o macro
26 OBJS := $(patsubst %,$(OUTPUT)/%,$(OBJS)) macro
/linux/tools/power/cpupower/bench/
H A DMakefile16 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o \ macro
20 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o macro
/linux/arch/xtensa/boot/boot-elf/
H A DMakefile15 OBJS := $(addprefix $(obj)/,$(boot-y)) macro
/linux/arch/xtensa/boot/boot-redboot/
H A DMakefile12 OBJS := $(addprefix $(obj)/,$(boot-y)) macro
/linux/arch/arm/boot/compressed/
H A DMakefile8 OBJS = macro
/linux/lib/raid6/test/
H A DMakefile17 OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o macro
/linux/tools/bpf/bpftool/
H A DMakefile195 OBJS = $(patsubst %.c,$(OUTPUT)%.o,$(SRCS)) $(OUTPUT)disasm.o macro