Searched hist:"232 c9e8bd5ebfb43563b58f31e685fde06d9441f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | Makefile | diff 232c9e8bd5ebfb43563b58f31e685fde06d9441f Wed Jun 02 19:40:24 CDT 2021 Andrii Nakryiko <andrii@kernel.org> libbpf: Refactor header installation portions of Makefile
As we gradually get more headers that have to be installed, it's quite annoying to copy/paste long $(call) commands. So extract that logic and do a simple $(foreach) over the list of headers.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20210603004026.2698513-3-andrii@kernel.org
|