summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lustre/ptlrpc/Makefile
diff options
context:
space:
mode:
authorPeng Tao <tao.peng@emc.com>2013-07-25 02:08:18 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-24 13:04:46 -0700
commit17dc1597c5051757b58c5397f5162a21a746ecb7 (patch)
treea3f9291843565bdb0f2354612288ac464d66d292 /drivers/staging/lustre/lustre/ptlrpc/Makefile
parent46fd3c61e21a2906b2444ee854bcfefda60bcc4c (diff)
staging/lustre: fix build on non-x86
On non-x86 we will build with Lustre's errno translate code but it has a few issues. Cc: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Peng Tao <tao.peng@emc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/ptlrpc/Makefile')
-rw-r--r--drivers/staging/lustre/lustre/ptlrpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/ptlrpc/Makefile b/drivers/staging/lustre/lustre/ptlrpc/Makefile
index a379558bc687..6d78b80487f2 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/Makefile
+++ b/drivers/staging/lustre/lustre/ptlrpc/Makefile
@@ -16,7 +16,7 @@ ptlrpc_objs += sec.o sec_bulk.o sec_gc.o sec_config.o sec_lproc.o
ptlrpc_objs += sec_null.o sec_plain.o nrs.o nrs_fifo.o
ptlrpc-y := $(ldlm_objs) $(ptlrpc_objs)
-ptlrpc-$(CONFIG_LUSTRE_TRANSLATE_ERRNOS) += errno.c
+ptlrpc-$(CONFIG_LUSTRE_TRANSLATE_ERRNOS) += errno.o
obj-$(CONFIG_PTLRPC_GSS) += gss/