Whamcloud - gitweb
LU-398 libcfs: Add libcfs heap, a binary heap implementation
[fs/lustre-release.git] / libcfs / libcfs / Makefile.in
index bf08868..71852cc 100644 (file)
@@ -25,26 +25,16 @@ endif
 
 default: all
 
-ifeq (@linux25@,no)
-sources:
-       @for i in $(libcfs-linux-objs:%.o=%.c) ; do \
-               echo "ln -s @srcdir@/linux/$$i ." ; \
-               ln -sf @srcdir@/linux/$$i . || exit 1 ; \
-       done
-
-else
 sources:
 
 libcfs-linux-objs := $(addprefix linux/,$(libcfs-linux-objs))
 
-endif
-
 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-pclmul-obj)
+                  libcfs_mem.o libcfs_lock.o heap.o
 
-libcfs-objs := $(libcfs-linux-objs) $(libcfs-all-objs)
+libcfs-objs := $(libcfs-linux-objs) $(libcfs-all-objs) $(libcfs-pclmul-obj)
 
 EXTRA_PRE_CFLAGS := -I@LUSTRE@/../libcfs/libcfs