Lines Matching full:output
2 OUTPUT := .output macro
6 DEFAULT_BPFTOOL := $(OUTPUT)/sbin/bpftool
9 BPFOBJ := $(OUTPUT)/libbpf.a
10 BPF_INCLUDE := $(OUTPUT)
11 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../lib) \
21 abs_out := $(abspath $(OUTPUT))
37 runqslower: $(OUTPUT)/runqslower
41 $(Q)rm -rf $(OUTPUT) runqslower
43 $(OUTPUT)/runqslower: $(OUTPUT)/runqslower.o $(BPFOBJ)
47 $(OUTPUT)/runqslower.o: runqslower.h $(OUTPUT)/runqslower.skel.h \
48 $(OUTPUT)/runqslower.bpf.o
50 $(OUTPUT)/runqslower.bpf.o: $(OUTPUT)/vmlinux.h runqslower.h
52 $(OUTPUT)/%.skel.h: $(OUTPUT)/%.bpf.o | $(BPFTOOL)
56 $(OUTPUT)/%.bpf.o: %.bpf.c $(BPFOBJ) | $(OUTPUT)
62 $(OUTPUT)/%.o: %.c | $(OUTPUT)
66 $(OUTPUT):
68 $(Q)mkdir -p $(OUTPUT)
70 $(OUTPUT)/vmlinux.h: $(VMLINUX_BTF_PATH) | $(OUTPUT) $(BPFTOOL)
79 $(BPFOBJ): $(wildcard $(LIBBPF_SRC)/*.[ch] $(LIBBPF_SRC)/Makefile) | $(OUTPUT)
81 OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
85 prefix= OUTPUT=$(abs_out)/ DESTDIR=$(abs_out) install