commit: 5b30759525babff46e9c1ef556588de2e60e906d
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 16 19:07:27 2026 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Feb 16 19:07:27 2026 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=5b307595
Makefile: add B2 to software list
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 637ef1e3..7f144f8d 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,8 @@ FINAL_DEPS = genkernel.conf \
gen_worker.sh \
path_expander.py
-SOFTWARE = BCACHE_TOOLS \
+SOFTWARE = B2\
+ BCACHE_TOOLS \
BOOST \
BTRFS_PROGS \
BUSYBOX \