internal/rosa: bc artifact

Required by the kernel.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-21 00:30:40 +09:00
parent 771adad603
commit 0123bbee3d
2 changed files with 22 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ const (
Attr
Autoconf
Automake
BC
Bash
Binutils
Bison
@@ -135,6 +136,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"attr": Attr,
"autoconf": Autoconf,
"automake": Automake,
"bc": BC,
"bash": Bash,
"binutils": Binutils,
"bison": Bison,