Add (guix build-system linux-module).
authorDanny Milosavljevic <dannym@scratchpost.org>
Fri, 5 Apr 2019 09:41:17 +0000 (11:41 +0200)
committerDanny Milosavljevic <dannym@scratchpost.org>
Thu, 11 Apr 2019 15:50:18 +0000 (17:50 +0200)
commitce6312999f20bb8d7e73c29b315747b1f4d184aa
tree5b7519491a288996ae4185b6ade513b95260eb77
parent12327d74475d4079065a0f8f5d2491e4679fb53e
Add (guix build-system linux-module).

* guix/build/linux-module-build-system.scm: New file.
* guix/build-system/linux-module.scm: New file.
* doc/guix.texi (Build Systems): Document it.
* Makefile.am (MODULES): Add them.
Makefile.am
doc/guix.texi
guix/build-system/linux-module.scm [new file with mode: 0644]
guix/build/linux-module-build-system.scm [new file with mode: 0644]