Lines Matching refs:OUTPUT
18 ifneq ($(OUTPUT),)
19 _OUTPUT := $(OUTPUT)
46 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) \
54 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_BOOTSTRAP_OUTPUT) \
64 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null
68 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_BOOTSTRAP_OUTPUT) clean >/dev/null
77 -I$(or $(OUTPUT),.) \
136 include $(wildcard $(OUTPUT)*.d)
138 all: $(OUTPUT)bpftool
189 OBJS = $(patsubst %.c,$(OUTPUT)%.o,$(SRCS)) $(OUTPUT)disasm.o
206 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
213 $(OUTPUT)%.bpf.o: skeleton/%.bpf.c $(OUTPUT)vmlinux.h $(LIBBPF_BOOTSTRAP)
215 -I$(or $(OUTPUT),.) \
222 $(OUTPUT)%.skel.h: $(OUTPUT)%.bpf.o $(BPFTOOL_BOOTSTRAP)
225 $(OUTPUT)prog.o: $(OUTPUT)profiler.skel.h
227 $(OUTPUT)pids.o: $(OUTPUT)pid_iter.skel.h
237 $(OUTPUT)disasm.o: $(srctree)/kernel/bpf/disasm.c
243 $(OUTPUT)bpftool: $(OBJS) $(LIBBPF)
249 $(OUTPUT)%.o: %.c
258 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
259 $(Q)$(RM) -- $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
262 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
263 $(Q)$(RM) -r -- $(OUTPUT)feature/
265 install-bin: $(OUTPUT)bpftool
268 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool