linux-apfs / linux-apfs-rw

APFS module for linux, with experimental write support
GNU General Public License v2.0
532 stars 35 forks source link

Add install target to Makefile #9

Closed Luflosi closed 3 years ago

Luflosi commented 3 years ago

I will use this to make packaging the kernel module on NixOS easier. Executing this target will automatically compress apfs.ko and put it into the correct directory, $out/lib/modules/kernel-version-here/extra/ in the case of NixOS. I have not tested this on any other Linux distro.

eafer commented 3 years ago

That makes sense, thanks.