mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
13 lines
539 B
Makefile
13 lines
539 B
Makefile
|
subdir-m += libuutil # User space util support
|
||
|
subdir-m += libumem # User space memory support
|
||
|
subdir-m += libzfs # User space library support
|
||
|
subdir-m += libsolcompat # User space compatibility library
|
||
|
|
||
|
subdir-m += libzpool # Kernel DMU/SPA
|
||
|
subdir-m += libdmu-ctl # Kernel control interface
|
||
|
|
||
|
subdir-m += libavl # Kernel + user space AVL tree support
|
||
|
subdir-m += libnvpair # Kernel + user space name/value support
|
||
|
subdir-m += libzcommon # Kernel + user space common support
|
||
|
subdir-m += libport # Kernel + user space linux support
|