Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/cpupower/bench/
H 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
/openbmc/linux/tools/testing/selftests/sync/
H A DMakefile16 OBJS = sync_test.o sync.o macro
26 OBJS := $(patsubst %,$(OUTPUT)/%,$(OBJS)) macro
/openbmc/u-boot/examples/api/
H A DMakefile47 OBJS := $(OBJ-y) $(notdir $(EXT_COBJ-y) $(EXT_SOBJ-y)) macro
49 OBJS := $(addprefix $(obj)/,$(OBJS)) macro
/openbmc/linux/arch/xtensa/boot/boot-elf/
H A DMakefile15 OBJS := $(addprefix $(obj)/,$(boot-y)) macro
/openbmc/linux/arch/xtensa/boot/boot-redboot/
H A DMakefile12 OBJS := $(addprefix $(obj)/,$(boot-y)) macro
/openbmc/linux/tools/net/ynl/lib/
H A DMakefile10 OBJS=$(patsubst %.c,%.o,${SRCS}) macro
/openbmc/linux/tools/net/ynl/generated/
H A DMakefile20 OBJS=$(patsubst %,%-user.o,${GENS}) macro
/openbmc/linux/arch/arm/boot/compressed/
H A DMakefile8 OBJS = macro
/openbmc/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
/openbmc/linux/tools/bpf/bpftool/
H A DMakefile189 OBJS = $(patsubst %.c,$(OUTPUT)%.o,$(SRCS)) $(OUTPUT)disasm.o macro