mirror of
https://git.proxmox.com/git/pve-kernel
synced 2026-01-20 06:23:06 +00:00
The prepare/compile/install targets feel a bit mixed, so it's not 100% clear where this should happen. But as the `.headers_compile_mark` already triggers various kernel build targets with a correct kconfig setup, it is a good fit to add the modules_prepare step (which is recommended to use when preparing a out-of-three (OOT) module build environment like dkms expects) there. As we can only copy (= install) the `scripts` directory afterwards it follows that it needs to be moved afterwards. Moving installing the `include` directory there is not really necessary but it feels like a better place than the _prepare_ target and safes a extra line, so move that over too. In terms of actual changes to the built header package we get additionally the, now generated, module.lds file. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
|---|---|---|
| .. | ||
| rules.d | ||
| scripts | ||
| changelog | ||
| compat | ||
| control.in | ||
| copyright | ||
| pve-headers.postinst.in | ||
| pve-kernel.postinst.in | ||
| pve-kernel.postrm.in | ||
| pve-kernel.prerm.in | ||
| rules | ||