Whamcloud - gitweb
LU-488 ptlrpc_connection_put() LASSERT(!cfs_hlist_unhashed(&conn->c_hash))
[fs/lustre-release.git] / libcfs / libcfs / Makefile.in
index 0f7913b..24bc9fd 100644 (file)
@@ -24,8 +24,9 @@ sources:
 
 endif
 
-libcfs-all-objs := debug.o nidstrings.o lwt.o module.o tracefile.o watchdog.o \
-       libcfs_string.o hash.o kernel_user_comm.o
+libcfs-all-objs := debug.o fail.o nidstrings.o lwt.o module.o tracefile.o watchdog.o \
+               libcfs_string.o hash.o kernel_user_comm.o prng.o workitem.o \
+               upcall_cache.o
 
 libcfs-objs := $(libcfs-linux-objs) $(libcfs-all-objs)