Efraim Flashner
|
87a028100c
|
build-system: linux-module: Add substitutable keyword.
* guix/build-system/linux-module.scm (linux-module-build) Add
substitutable keyword.
|
2019-12-26 10:41:22 +02:00 |
|
Efraim Flashner
|
73bd8ab669
|
Revert "build-system/linux-module: Accept a #:make-flags keyword."
I should've tested this better before pushing the commit.
This reverts commit fabd4900d8 .
|
2019-12-05 15:37:39 +02:00 |
|
Tobias Geerinckx-Rice
|
fabd4900d8
|
build-system/linux-module: Accept a #:make-flags keyword.
Fixes bug#37882.
* guix/build-system/linux-module.scm (linux-module-build): Accept a
MAKE-FLAGS argument.
<builder>: Pass it on.
|
2019-12-04 11:25:33 +02:00 |
|
Danny Milosavljevic
|
88e13c2587
|
build-system/linux-module: Support module source versioning.
* guix/build-system/linux-module.scm (make-linux-module-builder)
[native-inputs]: Add linux.
[arguments]<#:phases>[install]: Install "System.map" and "Module.symvers".
* guix/build/linux-module-build-system.scm (configure): Delete procedure.
(%standard-phases): Delete "configure" phase.
|
2019-04-12 00:13:34 +02:00 |
|
Danny Milosavljevic
|
ce6312999f
|
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.
|
2019-04-11 17:50:18 +02:00 |
|