]> git.proxmox.com Git - mirror_zfs.git/blob - zfs/lib/Makefile.in
324270db9599984396d11bf07fcf13012cffeeda
[mirror_zfs.git] / zfs / lib / Makefile.in
1 subdir-m += libuutil # User space util support
2 subdir-m += libumem # User space memory support
3 subdir-m += libzfs # User space library support
4 subdir-m += libsolcompat # User space compatibility library
5
6 subdir-m += libzpool # Kernel DMU/SPA
7 subdir-m += libdmu-ctl # Kernel control interface
8
9 subdir-m += libavl # Kernel + user space AVL tree support
10 subdir-m += libnvpair # Kernel + user space name/value support
11 subdir-m += libzcommon # Kernel + user space common support
12 subdir-m += libport # Kernel + user space linux support