X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=libcfs%2Flibcfs%2FMakefile.in;h=c75376a6460824c2fdc5bd90909a418ecf1318ad;hb=2b045f3bc1729d43a8d9613d5609b838ad79ccc7;hp=eaf2c5f63cc90bea919c92f5304f04da3766a308;hpb=bef1069506c38e6d8ebdb4393cccb5a33978a61e;p=fs%2Flustre-release.git diff --git a/libcfs/libcfs/Makefile.in b/libcfs/libcfs/Makefile.in index eaf2c5f..c75376a 100644 --- a/libcfs/libcfs/Makefile.in +++ b/libcfs/libcfs/Makefile.in @@ -14,11 +14,10 @@ default: all libcfs-linux-objs := $(addprefix linux/,$(libcfs-linux-objs)) -libcfs-all-objs := debug.o fail.o module.o tracefile.o watchdog.o \ +libcfs-all-objs := debug.o fail.o module.o tracefile.o \ libcfs_string.o hash.o \ prng.o workitem.o libcfs_cpu.o \ - libcfs_mem.o libcfs_lock.o heap.o \ - libcfs_ptask.o + libcfs_mem.o libcfs_lock.o heap.o libcfs-objs := $(libcfs-linux-objs) $(libcfs-all-objs)