void-packages/srcpkgs/dkms/files/dkms.default
classabbyamp 6cb5dcabf9 dkms: allow limiting jobs, add missing dep
some less-powerful platforms may be overwhelmed by the default `-j$(nproc)`.
Allow overriding this by setting `DKMS_JOBS` in `/etc/default/dkms`

`bc` is needed for `make prepare0` on kernel 6.1+, which is run on cross.
2023-10-01 16:21:07 -04:00

2 lines
86 B
Text

# number of parallel jobs to use for DKMS compilation (default: $(nproc))
#DKMS_JOBS=