diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-02-16 03:25:59 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-02-27 20:55:40 +0100 |
commit | 3855e242a24025cc6f83731e7cf5d2ea73aeb23e (patch) | |
tree | 86a577e1a1d8173fdba0a0dccbfd6f97497b23a6 /Makefile.am | |
parent | 106ca9d0c160137ac41466b6d7cf18eee4f4583e (diff) | |
download | patches-3855e242a24025cc6f83731e7cf5d2ea73aeb23e.tar patches-3855e242a24025cc6f83731e7cf5d2ea73aeb23e.tar.gz |
gnu: Add support for Guile in Linux initrd.
* gnu/packages/linux-initrd.scm: New file.
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 c9e3ca92f5..f81516c227 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,6 +107,7 @@ MODULES = \ gnu/packages/libusb.scm \ gnu/packages/libunwind.scm \ gnu/packages/linux.scm \ + gnu/packages/linux-initrd.scm \ gnu/packages/lout.scm \ gnu/packages/lsh.scm \ gnu/packages/m4.scm \ |