mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 09:56:25 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
71c8d893aa
commit
2ac428fe8a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user