diff options
| author | Leo Famulari <leo@famulari.name> | 2025-10-19 22:49:14 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-10-28 20:01:06 -0400 |
| commit | aeb2454a6259fe347fafce2bdece22ceed841c2c (patch) | |
| tree | 0c42b187ae8ab73c6c4527e8c3b612eb3918f519 /Makefile.am | |
| parent | 2bf4dcfa96687fdad556ee6163909c65504ddc97 (diff) | |
gnu: Add linux-libre 6.17.
* gnu/packages/linux.scm (linux-libre-6.17-version,
linux-libre-6.17-gnu-revision, deblob-scripts-6.17,
linux-libre-6.17-pristine-source, linux-libre-6.17-source,
linux-libre-headers-6.17): New variables.
(linux-libre-headers-latest): Use linux-libre-headers-6.17.
* gnu/packages/aux-files/linux-libre/6.17-arm64.conf,
gnu/packages/aux-files/linux-libre/6.17-i686.conf,
gnu/packages/aux-files/linux-libre/6.17-riscv.conf,
gnu/packages/aux-files/linux-libre/6.17-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
Co-authored-by: Dariqq <dariqq@posteo.net>
Change-Id: I52d2bc9114a948d31726d2da2a5916fc607dcdd6
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c4906e92f06..e0db4c9412b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -450,6 +450,10 @@ AUX_FILES = \ gnu/packages/aux-files/findclass.php \ gnu/packages/aux-files/guix.vim \ gnu/packages/aux-files/guix-nvim.vim \ + gnu/packages/aux-files/linux-libre/6.17-arm64.conf \ + gnu/packages/aux-files/linux-libre/6.17-i686.conf \ + gnu/packages/aux-files/linux-libre/6.17-riscv.conf \ + gnu/packages/aux-files/linux-libre/6.17-x86_64.conf \ gnu/packages/aux-files/linux-libre/6.16-arm.conf \ gnu/packages/aux-files/linux-libre/6.16-arm64.conf \ gnu/packages/aux-files/linux-libre/6.16-riscv.conf \ |
