Whamcloud - gitweb
LU-398 libcfs: Add libcfs heap, a binary heap implementation
[fs/lustre-release.git] / libcfs / libcfs / Makefile.in
index 4ad5b82..71852cc 100644 (file)
@@ -32,7 +32,7 @@ libcfs-linux-objs := $(addprefix linux/,$(libcfs-linux-objs))
 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_cpu.o \
-                  libcfs_mem.o libcfs_lock.o
+                  libcfs_mem.o libcfs_lock.o heap.o
 
 libcfs-objs := $(libcfs-linux-objs) $(libcfs-all-objs) $(libcfs-pclmul-obj)