summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-02-20 00:26:59 -0500
committerMark H Weaver <mhw@netris.org>2017-02-20 03:04:35 -0500
commit52d901da0ca671c9cc79467c554ec5144e14e3fc (patch)
tree2d5f81db1abc006d456bdd9c24c0ed173773e926 /Makefile.am
parent361d982ce36591fad86e0da8d5dca16ff8ed098d (diff)
downloadguix-patches-52d901da0ca671c9cc79467c554ec5144e14e3fc.tar
guix-patches-52d901da0ca671c9cc79467c554ec5144e14e3fc.tar.gz
gnu: linux-libre: Update to 4.10. Keep 4.9 as longterm release.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10. (%linux-libre-hash): Update hash. (linux-libre-4.9): New variable. * gnu/packages/linux-libre-4.10-x86_64.conf, gnu/packages/linux-libre-4.10-i686.conf: New files. * Makefile.am (KCONFIGS): Add them.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8fe22d48ad..0de2e0987c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +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>
+# Copyright © 2016, 2017 Mark H Weaver <mhw@netris.org>
#
# This file is part of GNU Guix.
#
@@ -198,6 +198,8 @@ dist_noinst_DATA = guix/tests.scm guix/tests/http.scm
# Linux-Libre configurations.
KCONFIGS = \
+ gnu/packages/linux-libre-4.10-i686.conf \
+ gnu/packages/linux-libre-4.10-x86_64.conf \
gnu/packages/linux-libre-4.9-i686.conf \
gnu/packages/linux-libre-4.9-x86_64.conf \
gnu/packages/linux-libre-4.4-i686.conf \