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/libspl/asm-i386/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/libspl/asm-i386/Makefile.am')
-rw-r--r-- | lib/libspl/asm-i386/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libspl/asm-i386/Makefile.am b/lib/libspl/asm-i386/Makefile.am new file mode 100644 index 000000000..02403eceb --- /dev/null +++ b/lib/libspl/asm-i386/Makefile.am @@ -0,0 +1 @@ +noinst_HEADERS = *.S |