diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-08-29 00:04:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-08-29 00:05:03 +0200 |
commit | 88840f02469de4686d5d67f44baa47e436602e27 (patch) | |
tree | 5073bc6c5dfc12b683737871f628860b47bc2a62 /Makefile.am | |
parent | e47185a4a7214f1a6fb6d7e2d799f9734ccb49f0 (diff) | |
download | patches-88840f02469de4686d5d67f44baa47e436602e27.tar patches-88840f02469de4686d5d67f44baa47e436602e27.tar.gz |
gnu: linux-initrd: Add (guix build linux-initrd) and use it.
* gnu/packages/linux-initrd.scm (qemu-initrd): Add #:modules argument.
Factorize and move some of the code to...
* guix/build/linux-initrd.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ebe0f2559c..1d68e6516a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,6 +61,7 @@ MODULES = \ guix/build/cmake-build-system.scm \ guix/build/gnu-build-system.scm \ guix/build/gnu-dist.scm \ + guix/build/linux-initrd.scm \ guix/build/perl-build-system.scm \ guix/build/python-build-system.scm \ guix/build/utils.scm \ |