diff options
author | Brian Behlendorf <[email protected]> | 2010-08-26 11:50:56 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2010-08-31 13:41:59 -0700 |
commit | a26baf285f71eb95f1eace8c79d12d647a694488 (patch) | |
tree | c9bba256209c678c623431835b09af50e20025f2 /lib/Makefile.am | |
parent | c28b227942b421ebdc03c9df9a012642fb517223 (diff) |
Add linux libspl support
All changes needed for the libspl layer. This includes modifications
to files directly copied from OpenSolaris and the addition of new
files needed to fill in the gaps.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 2de022787..042656813 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1 +1 @@ -SUBDIRS = libavl libefi libnvpair libunicode libuutil libzfs libzpool +SUBDIRS = libspl libavl libefi libnvpair libunicode libuutil libzfs libzpool |