Lines Matching refs:OUTPUT
12 ifneq ($(OUTPUT),)
13 _OUTPUT := $(OUTPUT)
40 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) \
48 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_BOOTSTRAP_OUTPUT) \
58 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null
62 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_BOOTSTRAP_OUTPUT) clean >/dev/null
76 -I$(or $(OUTPUT),.) \
155 include $(wildcard $(OUTPUT)*.d)
157 all: $(OUTPUT)bpftool
222 OBJS = $(patsubst %.c,$(OUTPUT)%.o,$(SRCS)) $(OUTPUT)disasm.o
240 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
243 $(OUTPUT)vmlinux.h: $(VMLINUX_H)
247 $(OUTPUT)%.bpf.o: skeleton/%.bpf.c $(OUTPUT)vmlinux.h $(LIBBPF_BOOTSTRAP)
251 -I$(or $(OUTPUT),.) \
258 $(OUTPUT)%.skel.h: $(OUTPUT)%.bpf.o $(BPFTOOL_BOOTSTRAP)
261 $(OUTPUT)prog.o: $(OUTPUT)profiler.skel.h
263 $(OUTPUT)pids.o: $(OUTPUT)pid_iter.skel.h
270 $(OUTPUT)disasm.o: $(srctree)/kernel/bpf/disasm.c
276 $(OUTPUT)bpftool: $(OBJS) $(LIBBPF)
282 $(OUTPUT)%.o: %.c
291 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
292 $(Q)$(RM) -- $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
295 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
296 $(Q)$(RM) -r -- $(OUTPUT)feature/
298 install-bin: $(OUTPUT)bpftool
301 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool