aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2017-11-07 18:01:37 +0100
committerMathieu Othacehe <m.othacehe@gmail.com>2017-11-09 20:35:11 +0100
commitcfbe7b7f4ccdb61534b47d91fe8e43db2ee1737d (patch)
tree7a792833e8bed373af77888607767df6b98f4580 /Makefile.am
parent3694a9b33be5c977567ede2d8e23a8159bdb344c (diff)
downloadguix-cfbe7b7f4ccdb61534b47d91fe8e43db2ee1737d.tar
guix-cfbe7b7f4ccdb61534b47d91fe8e43db2ee1737d.tar.gz
gnu: linux: Add linux-libre arm kernel.
* Makefile.am (AUX_FILES): Add arm config file. * gnu/packages/aux-files/linux-libre/4.13-arm.conf: New file. * gnu/packages/linux.scm (%intel-compatible-systems): Rename to %linux-compatible-systems and add "armhf-linux". (linux-libre): Adapt consequently. The config file for arm is taken from debian armmp kernel. It's a generic firmware for ARMv7 multiplatform compatible SoCs.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7ad95cec75..5b492147d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -236,6 +236,7 @@ dist_noinst_DATA = guix/tests.scm guix/tests/http.scm
# Auxiliary files for packages.
AUX_FILES = \
gnu/packages/aux-files/emacs/guix-emacs.el \
+ gnu/packages/aux-files/linux-libre/4.13-arm.conf \
gnu/packages/aux-files/linux-libre/4.13-i686.conf \
gnu/packages/aux-files/linux-libre/4.13-x86_64.conf \
gnu/packages/aux-files/linux-libre/4.9-i686.conf \