diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-03-07 23:07:02 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-03-07 23:07:02 +0000 |
commit | 0b3cf046cb5b65ccaf22687e105a4380533c0305 (patch) | |
tree | 852c1c4b4d94570a49e271836b23b559e782be93 /modules/spl/Makefile.in | |
parent | 3b3ba48fe9a639d5a3cd1b8960deabefd35310be (diff) |
Add the initial vestigates of vnode support
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@30 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'modules/spl/Makefile.in')
-rw-r--r-- | modules/spl/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/spl/Makefile.in b/modules/spl/Makefile.in index 09e934e4f..667858aa9 100644 --- a/modules/spl/Makefile.in +++ b/modules/spl/Makefile.in @@ -13,6 +13,7 @@ spl-objs += spl-kmem.o spl-objs += spl-thread.o spl-objs += spl-taskq.o spl-objs += spl-rwlock.o +spl-objs += spl-vnode.o spl-objs += spl-generic.o splmodule := spl.ko |