openzfs / spl

A shim layer which adds the core interfaces required for OpenZFS.
https://zfsonlinux.org/
GNU General Public License v2.0
281 stars 180 forks source link

Looking to just build the kmods, not RPM/DEB. #630

Closed metahertz closed 7 years ago

metahertz commented 7 years ago

I'm automating the build of the ZFS/SPL kmod's for use in Docker's LinuxKit. I need the make step to just build the modules and not try to package them up into RPM's afterwards (just want the compiled binary kernel modules and don't have all the RPM toolset in my build env).

Can't see an option for this in the current make setup, looking for some pointers on how to achieve this?

metahertz commented 7 years ago

doh seems make without any extra args does this just fine 👍