commit | 232c9e8bd5ebfb43563b58f31e685fde06d9441f | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andrii@kernel.org> | Wed Jun 02 17:40:24 2021 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Jun 03 15:50:11 2021 +0200 |
tree | ea0baa7772cbccf39a423487ffe931d6fa0f9cc1 | |
parent | 16cac0060680c11bb82c325c4fe95cb66fc8dfaf [diff] |
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