Whamcloud - gitweb
LU-769 ptlrpc: Do not miss pending signals in ptlrpc_set wait
[fs/lustre-release.git] / libcfs / libcfs / Makefile.in
index b794923..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 prng.o workitem.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)