Hi! This is a follow up to a series of Makefile fixes for bpftool from two weeks ago. I think there will have to be a merge back of net-next into bpf-next (or rebase), AFAICT the previous series arrived in net-next already, but not in bpf-next. I hope that makes sense. FWIW this should not conflict with Roman's cgroup work.
Quentin says: First patch of this series cleans up the two Makefiles (Makefile and Documentation/Makefile) and make their contents more consistent. The second one add "uninstall" and "doc-uninstall" targets, to remove files previously installed on the system with "install" and "doc-install" targets. Quentin Monnet (2): tools: bpftool: harmonise Makefile and Documentation/Makefile tools: bpftool: create "uninstall", "doc-uninstall" make targets tools/bpf/bpftool/Documentation/Makefile | 30 ++++++++++------ tools/bpf/bpftool/Makefile | 61 ++++++++++++++++---------------- tools/scripts/Makefile.include | 1 + 3 files changed, 52 insertions(+), 40 deletions(-) -- 2.15.1