Danny Milosavljevic
|
12f0aefd14
|
build-system/linux-module: Disable depmod.
* guix/build/linux-module-build-system.scm (install): Disable depmod.
|
2020-02-25 10:22:19 +01:00 |
|
Danny Milosavljevic
|
0b30a1a072
|
build-system/linux-module: Configure module like the kernel.
* guix/build/linux-module-build-system.scm (configure): New procedure.
(%standard-phases): Add "configure" phase.
|
2019-04-12 00:46:08 +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 |
|