From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751917AbaKCINZ (ORCPT ); Mon, 3 Nov 2014 03:13:25 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:35484 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751002AbaKCINT (ORCPT ); Mon, 3 Nov 2014 03:13:19 -0500 X-Sasl-enc: ZVug8dvOCkJBMzY74CbgFBZT8mBUm3hYVu/zBoBM1g/J 1415002398 Subject: [PATCH 12/13] autofs - update fs/autofs4/Makefile From: Ian Kent To: Andrew Morton Cc: linux-fsdevel , autofs mailing list , Kernel Mailing List Date: Mon, 03 Nov 2014 16:13:16 +0800 Message-ID: <20141103081316.6215.67442.stgit@perseus.themaw.net> In-Reply-To: <20141103081218.6215.85903.stgit@perseus.themaw.net> References: <20141103081218.6215.85903.stgit@perseus.themaw.net> User-Agent: StGit/0.17-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update Makefile to build from source in fs/autofs instead of fs/autofs4. Signed-off-by: Ian Kent --- fs/autofs4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fs/autofs4/Makefile b/fs/autofs4/Makefile index a811c1f..417dd72 100644 --- a/fs/autofs4/Makefile +++ b/fs/autofs4/Makefile @@ -4,4 +4,6 @@ obj-$(CONFIG_AUTOFS4_FS) += autofs4.o -autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o +autofs4-objs := ../autofs/init.o ../autofs/inode.o ../autofs/root.o \ + ../autofs/symlink.o ../autofs/waitq.o ../autofs/expire.o \ + ../autofs/dev-ioctl.o