]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge branch 'selftests-net-extract-bpf-building-logic-from-the-makefile'
authorJakub Kicinski <kuba@kernel.org>
Thu, 25 Apr 2024 03:15:47 +0000 (20:15 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 25 Apr 2024 03:15:47 +0000 (20:15 -0700)
commitd806871612712f1d08eb7ce81efd4ca81ca5bca1
treed66380e8a6418c7d824b07c2994fbcae96d63684
parent2fa809b90617817fec2802c7cfaeb2c66fd04c2b
parent3f584c211d8cc049848620472aaec1bebd8ddaae
Merge branch 'selftests-net-extract-bpf-building-logic-from-the-makefile'

Jakub Kicinski says:

====================
selftests: net: extract BPF building logic from the Makefile

This has been sitting in my tree for a while. I will soon add YNL/libynl
support for networking selftests. This prompted a small cleanup of
the selftest makefile for net/. We don't want to be piling logic
for each library in there. YNL will get its own .mk file which can
be included. Do the same for the BPF building section, already.

No funcional changes here, just a code move and small rename.
====================

Link: https://lore.kernel.org/r/20240423183542.3807234-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>