11 lines
445 B
Makefile
11 lines
445 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 += libspl # User space compatibility library
|
|
|
|
subdir-m += libzpool # Kernel | User SPA/DMU/ZVOL/ZPL
|
|
|
|
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
|