summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPeng Tao <bergwolf@gmail.com>2013-05-29 13:40:54 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-30 11:49:43 (GMT)
commit2ac428fe8ab9a88c1f5606dfafe5cb25e4183c7b (patch)
tree2842ca7c93880ac5b467faa1f227edbc27a2e2a5 /drivers
parent71c8d893aa22238184eaae95663b42cb122b9553 (diff)
downloadlinux-fsl-qoriq-2ac428fe8ab9a88c1f5606dfafe5cb25e4183c7b.tar.xz
staging/lustre: fix build error
We missed one file... Signed-off-by: Peng Tao <tao.peng@emc.com> Signed-off-by: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/lustre/lustre/obdclass/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/obdclass/Makefile b/drivers/staging/lustre/lustre/obdclass/Makefile
index d2763f3..3f53ec6 100644
--- a/drivers/staging/lustre/lustre/obdclass/Makefile
+++ b/drivers/staging/lustre/lustre/obdclass/Makefile
@@ -7,7 +7,7 @@ obdclass-y := linux/linux-module.o linux/linux-obdo.o linux/linux-sysctl.o \
local_storage.o statfs_pack.o obdo.o obd_config.o obd_mount.o\
mea.o lu_object.o dt_object.o capa.o cl_object.o \
cl_page.o cl_lock.o cl_io.o lu_ref.o acl.o idmap.o \
- md_local_object.o
+ md_local_object.o lu_ucred.o
ccflags-y := -I$(src)/../include