From a94546ecc46b15d68764a8d3c859315c18010bb4 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 10 Jul 2014 00:31:31 +0200 Subject: gnu: linux-libre: Add i686 and x86_64 full-blown configs. Thanks to Jason Self for the kernel configs. * gnu/packages/linux.scm (kernel-config): New procedure. (linux-libre)[build-phase]: Copy it to .config. Reduce the list of things appended to .config. [native-inputs]: Add "kconfig" input. * gnu/packages/linux-libre-i686.conf, gnu/packages/linux-libre-x86_64.conf: New files, from and . * Makefile.am (KCONFIGS): New variable. (nobase_dist_guilemodule_DATA): Add it. --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1e5aa8bc20..41e0e67120 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,10 +102,14 @@ endif BUILD_DAEMON_OFFLOAD guix/scripts/download.go: guix/build/download.go guix/download.go: guix/build/download.go +# Linux-Libre configurations. +KCONFIGS = \ + gnu/packages/linux-libre-i686.conf \ + gnu/packages/linux-libre-x86_64.conf GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go -nobase_dist_guilemodule_DATA = $(MODULES) +nobase_dist_guilemodule_DATA = $(MODULES) $(KCONFIGS) nobase_nodist_guilemodule_DATA = $(GOBJECTS) guix/config.scm # Do we need to provide our own non-broken (srfi srfi-37) module? -- cgit v1.2.3