From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Shilovsky Subject: [PATCH v2 51/53] CIFS: Change Makefile to support CONFIG_CIFS_SMB2 Date: Fri, 28 Oct 2011 23:55:02 +0400 Message-ID: <1319831704-3572-52-git-send-email-piastry@etersoft.ru> References: <1319831704-3572-1-git-send-email-piastry@etersoft.ru> Cc: linux-fsdevel@vger.kernel.org To: linux-cifs@vger.kernel.org Return-path: Received: from mail-bw0-f46.google.com ([209.85.214.46]:38722 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933235Ab1J1T6E (ORCPT ); Fri, 28 Oct 2011 15:58:04 -0400 In-Reply-To: <1319831704-3572-1-git-send-email-piastry@etersoft.ru> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Signed-off-by: Pavel Shilovsky --- fs/cifs/Makefile | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/fs/cifs/Makefile b/fs/cifs/Makefile index 005d524..00ec0a2 100644 --- a/fs/cifs/Makefile +++ b/fs/cifs/Makefile @@ -15,3 +15,7 @@ cifs-$(CONFIG_CIFS_UPCALL) += cifs_spnego.o cifs-$(CONFIG_CIFS_DFS_UPCALL) += dns_resolve.o cifs_dfs_ref.o cifs-$(CONFIG_CIFS_FSCACHE) += fscache.o cache.o + +cifs-$(CONFIG_CIFS_SMB2) += smb2pdu.o smb2misc.o smb2sess.o smb2transport.o \ + maperror.o smb2inode.o smb2dir.o smb2file.o \ + smb2readdir.o smb2link.o -- 1.7.1