提交 58416c37 编写于 作者: J Jiri Benc 提交者: Daniel Borkmann

tools: bpf: call descend in Makefile

Use the descend macro to properly propagate $(subdir) to bpftool.
Signed-off-by: NJiri Benc <jbenc@redhat.com>
Signed-off-by: NDaniel Borkmann <daniel@iogearbox.net>
上级 6c071008
......@@ -76,12 +76,12 @@ install: $(PROGS) bpftool_install
$(INSTALL) $(OUTPUT)bpf_asm $(DESTDIR)$(prefix)/bin/bpf_asm
bpftool:
$(MAKE) -C bpftool
$(call descend,bpftool)
bpftool_install:
$(MAKE) -C bpftool install
$(call descend,bpftool,install)
bpftool_clean:
$(MAKE) -C bpftool clean
$(call descend,bpftool,clean)
.PHONY: bpftool FORCE
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册