projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68de5ef
)
tools: bpftool: fix dependency file path
author
Jakub Kicinski
<
[email protected]
>
Fri, 16 Mar 2018 06:26:14 +0000
(23:26 -0700)
committer
Daniel Borkmann
<
[email protected]
>
Fri, 16 Mar 2018 08:22:55 +0000
(09:22 +0100)
Auto-generated dependency files are in the OUTPUT directory,
we need to include them from there. This fixes object files
not being rebuilt after header changes.
Signed-off-by: Jakub Kicinski <
[email protected]
>
Signed-off-by: Daniel Borkmann <
[email protected]
>
tools/bpf/bpftool/Makefile
patch
|
blob
|
history
diff --git
a/tools/bpf/bpftool/Makefile
b/tools/bpf/bpftool/Makefile
index 4c2867481f5cf7244c06a2cf9af970403a9f22fd..50a715ac9e8bcfad0eddf8688c34c3c7be5aaa8c 100644
(file)
--- a/
tools/bpf/bpftool/Makefile
+++ b/
tools/bpf/bpftool/Makefile
@@
-70,7
+70,7
@@
ifeq ($(feature-disassembler-four-args), 1)
CFLAGS += -DDISASM_FOUR_ARGS_SIGNATURE
endif
-include $(wildcard *.d)
+include $(wildcard
$(OUTPUT)
*.d)
all: $(OUTPUT)bpftool