Whamcloud - gitweb
LU-6245 libcfs: move lucache from libcfs to lustre
[fs/lustre-release.git] / libcfs / libcfs / Makefile.in
index bb9e551..f2fb3a3 100644 (file)
@@ -15,7 +15,7 @@ libcfs-linux-objs := $(addprefix linux/,$(libcfs-linux-objs))
 
 libcfs-all-objs := debug.o fail.o nidstrings.o module.o tracefile.o \
                   watchdog.o libcfs_string.o hash.o kernel_user_comm.o \
-                  prng.o workitem.o upcall_cache.o libcfs_cpu.o \
+                  prng.o workitem.o libcfs_cpu.o \
                   libcfs_mem.o libcfs_lock.o heap.o
 
 libcfs-objs := $(libcfs-linux-objs) $(libcfs-all-objs)