diff options
author | Mark H Weaver <mhw@netris.org> | 2016-02-02 01:18:44 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-02 03:12:29 -0500 |
commit | adddd5ba3b9be1543334396448319458adb9f58f (patch) | |
tree | 564e0f37be61473d9ae29388e1594c239b1e4826 /Makefile.am | |
parent | 17db07061f07a99d9134709554c29a693dabc80e (diff) | |
download | guix-adddd5ba3b9be1543334396448319458adb9f58f.tar guix-adddd5ba3b9be1543334396448319458adb9f58f.tar.gz |
gnu: Add linux-libre-4.1.
* gnu/packages/linux-libre-4.1-i686.conf,
gnu/packages/linux-libre-4.1-x86_64.conf: New files.
* Makefile.am (KCONFIGS): Add them.
* gnu/packages/linux.scm (linux-libre-4.1): New variable.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dea26c81bd..9620e600d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ # Copyright © 2013 Andreas Enge <andreas@enge.fr> # Copyright © 2015 Alex Kost <alezost@gmail.com> # Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> +# Copyright © 2016 Mark H Weaver <mhw@netris.org> # # This file is part of GNU Guix. # @@ -168,7 +169,9 @@ dist_noinst_DATA = guix/tests.scm # Linux-Libre configurations. KCONFIGS = \ gnu/packages/linux-libre-i686.conf \ - gnu/packages/linux-libre-x86_64.conf + gnu/packages/linux-libre-x86_64.conf \ + gnu/packages/linux-libre-4.1-i686.conf \ + gnu/packages/linux-libre-4.1-x86_64.conf # Templates, examples. EXAMPLES = \ |