Searched refs:OBJS (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/sync/ |
| H A D | Makefile | 16 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/net/ynl/lib/ |
| H A D | Makefile | 10 OBJS=$(patsubst %.c,%.o,${SRCS}) macro 16 ynl.a: $(OBJS) 18 @$(AR) rcs $@ $(OBJS)
|
| /linux/arch/xtensa/boot/boot-elf/ |
| H A D | Makefile | 15 OBJS := $(addprefix $(obj)/,$(boot-y)) macro 17 $(obj)/Image.o: $(obj)/../vmlinux.bin $(OBJS) 21 $(OBJS) $@
|
| /linux/arch/xtensa/boot/boot-redboot/ |
| H A D | Makefile | 12 OBJS := $(addprefix $(obj)/,$(boot-y)) macro 15 $(obj)/zImage.o: $(obj)/../vmlinux.bin.gz $(OBJS) 19 $(OBJS) $@
|
| /linux/tools/net/ynl/generated/ |
| H A D | Makefile | 30 OBJS=$(patsubst %,%-user.o,${GENS}) macro 38 protos.a: $(OBJS) 40 @$(AR) rcs $@ $(OBJS)
|
| /linux/tools/power/cpupower/bench/ |
| H A D | Makefile | 16 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/tools/bpf/bpftool/ |
| H A D | Makefile | 236 OBJS = $(patsubst %.c,$(OUTPUT)%.o,$(SRCS)) $(OUTPUT)disasm.o macro 237 $(OBJS): $(LIBBPF) $(LIBBPF_INTERNAL_HDRS) 290 $(OUTPUT)bpftool: $(OBJS) $(LIBBPF) 291 $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
|
| /linux/Documentation/filesystems/caching/ |
| H A D | fscache.rst | 232 CACHE REF VOLS OBJS ACCES S NAME 244 OBJS Number of cache objects in use
|