Whamcloud - gitweb
LU-9859 lnet: move CPT handling to LNet
[fs/lustre-release.git] / libcfs / libcfs / Makefile.in
index 3dd6942..7808af2 100644 (file)
@@ -15,11 +15,9 @@ default: all
 libcfs-linux-objs := $(addprefix linux/,$(libcfs-linux-objs))
 libcfs-crypto-objs := $(addprefix crypto/,$(libcfs-crypto-objs))
 
-libcfs-objs-$(CONFIG_SMP) = libcfs_cpu.o
 libcfs-all-objs := debug.o fail.o module.o tracefile.o \
                   libcfs_string.o hash.o \
-                  linux-crypto.o linux-crypto-adler.o \
-                  $(libcfs-objs-y)
+                  linux-crypto.o linux-crypto-adler.o
 
 libcfs-objs := $(libcfs-linux-objs) $(libcfs-all-objs)
 @LLCRYPT_TRUE@libcfs-objs += $(libcfs-crypto-objs)