bpftool: Remove unnecessary source files from bootstrap version
authorQuentin Monnet <qmo@kernel.org>
Wed, 20 Mar 2024 01:34:57 +0000 (01:34 +0000)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 20 Mar 2024 06:17:55 +0000 (23:17 -0700)
commite9a826dd145bf2c19888aee1b974214cefc74a2e
tree0fa8f3b9dfbc7abc770a626991f7405497945790
parentbe24a895149b6df4c474848e3928c237ad10fdc4
bpftool: Remove unnecessary source files from bootstrap version

Commit d510296d331a ("bpftool: Use syscall/loader program in "prog load"
and "gen skeleton" command.") added new files to the list of objects to
compile in order to build the bootstrap version of bpftool. As far as I
can tell, these objects are unnecessary and were added by mistake; maybe
a draft version intended to add support for loading loader programs from
the bootstrap version. Anyway, we can remove these object files from the
list to make the bootstrap bpftool binary a tad smaller and faster to
build.

Fixes: d510296d331a ("bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.")
Signed-off-by: Quentin Monnet <qmo@kernel.org>
Message-ID: <20240320013457.44808-1-qmo@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/bpf/bpftool/Makefile