guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add missing kernel configs to Makefile.am.


From: guix-commits
Subject: branch master updated: gnu: Add missing kernel configs to Makefile.am.
Date: Wed, 09 Aug 2023 13:44:32 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dba16b7173 gnu: Add missing kernel configs to Makefile.am.
dba16b7173 is described below

commit dba16b7173cb1ed2cd03ac8362bc5d8e07f7521f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Aug 9 13:22:18 2023 -0400

    gnu: Add missing kernel configs to Makefile.am.
    
    This is a followup to commit 49f74b67a44882d2af0529abf3e60a9c37512f2c
    
    * Makefile.am (AUX_FILES): Add 6.4 kernel configs for arm and arm64.
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index d76bfd2522..ca9ec48fa3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -410,6 +410,8 @@ AUX_FILES =                                         \
   gnu/packages/aux-files/chromium/master-preferences.json              \
   gnu/packages/aux-files/emacs/guix-emacs.el           \
   gnu/packages/aux-files/guix.vim                      \
+  gnu/packages/aux-files/linux-libre/6.4-arm.conf      \
+  gnu/packages/aux-files/linux-libre/6.4-arm64.conf    \
   gnu/packages/aux-files/linux-libre/6.4-i686.conf     \
   gnu/packages/aux-files/linux-libre/6.4-x86_64.conf   \
   gnu/packages/aux-files/linux-libre/6.3-arm.conf      \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]