diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-03-12 20:52:46 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-03-12 20:52:46 +0000 |
commit | 4b17158506d5f3bb7e71111f5b6287f19bf20190 (patch) | |
tree | 0c3c3a02b5bed142069e2b73cbe4372cb3d7b4f5 /modules/splat/Makefile.in | |
parent | 9490c148359332d797e4fc250812bd7a5fd131b1 (diff) |
- Implemented vnode interfaces and 6 test cases to the test suite.
- Re-implmented kobj support based on the vnode support.
- Add TESTS option to check.sh, and removed delay after module load.
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@39 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'modules/splat/Makefile.in')
-rw-r--r-- | modules/splat/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/splat/Makefile.in b/modules/splat/Makefile.in index 0c7526f19..69f38b1f5 100644 --- a/modules/splat/Makefile.in +++ b/modules/splat/Makefile.in @@ -21,6 +21,7 @@ splat-objs += splat-condvar.o splat-objs += splat-thread.o splat-objs += splat-rwlock.o splat-objs += splat-time.o +splat-objs += splat-vnode.o splat-objs += splat-kobj.o splatmodule := splat.ko |