teams: Add linux-libre aux-files to kernel team's scope.

* etc/teams.scm (kernel) <#:scope>: Add a regex for linux-libre aux-files.

Change-Id: I3cccd1d0fb0cfcd27f670ea996a0ac5a69ea79c0
This commit is contained in:
Maxim Cournoyer 2025-05-17 00:08:48 +09:00
parent 56e6e84cc3
commit 085f12b34e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -416,6 +416,7 @@ and the maven-build-system."
(team 'kernel
#:name "Linux-libre kernel team"
#:scope (list "gnu/build/linux-modules.scm"
(make-regexp* "^gnu/packages/aux-files/linux-libre.*$")
"gnu/packages/linux.scm"
"gnu/tests/linux-modules.scm"
"guix/build/linux-module-build-system.scm"