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),.) \
140 include $(wildcard $(OUTPUT)*.d)
142 all: $(OUTPUT)bpftool
190 OBJS = $(patsubst %.c,$(OUTPUT)%.o,$(SRCS)) $(OUTPUT)disasm.o
208 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
211 $(OUTPUT)vmlinux.h: $(VMLINUX_H)
215 $(OUTPUT)%.bpf.o: skeleton/%.bpf.c $(OUTPUT)vmlinux.h $(LIBBPF_BOOTSTRAP)
217 -I$(or $(OUTPUT),.) \
224 $(OUTPUT)%.skel.h: $(OUTPUT)%.bpf.o $(BPFTOOL_BOOTSTRAP)
227 $(OUTPUT)prog.o: $(OUTPUT)profiler.skel.h
229 $(OUTPUT)pids.o: $(OUTPUT)pid_iter.skel.h
236 $(OUTPUT)disasm.o: $(srctree)/kernel/bpf/disasm.c
242 $(OUTPUT)bpftool: $(OBJS) $(LIBBPF)
248 $(OUTPUT)%.o: %.c
257 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
258 $(Q)$(RM) -- $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
261 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
262 $(Q)$(RM) -r -- $(OUTPUT)feature/
264 install-bin: $(OUTPUT)bpftool
267 $(Q)$(INSTALL) $(OUTPUT)bpftool $(DESTDIR)$(prefix)/sbin/bpftool