From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757874AbXLGWf2 (ORCPT ); Fri, 7 Dec 2007 17:35:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755334AbXLGWfM (ORCPT ); Fri, 7 Dec 2007 17:35:12 -0500 Received: from wa-out-1112.google.com ([209.85.146.177]:42138 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752282AbXLGWfJ (ORCPT ); Fri, 7 Dec 2007 17:35:09 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=ppMCYzlbis+auriiZxWK/Jy5A8JPzsLQKdR8/GoAu+2ywyDTmR7FVdU7Ut/QUit16fjRY9VwiaoVL8WrvK3wZ/SqDD46HMFgCiISvozFIBSx0y2OWZKwBjQuuyEiQmZr7vfZ4Lt8Hhiu7Y6HMGLU14/W0+LOYRrZIWC5QIjv2ig= Message-ID: <4759CA95.4070905@gmail.com> Date: Sat, 08 Dec 2007 07:35:01 +0900 From: Tejun Heo User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: Sam Ravnborg CC: Linux Kernel , linux-scsi , James Bottomley Subject: Re: [PATCH] SCSI: make pcmcia directory use obj-y|m instead of subdir-y|m References: <47594C57.4070006@gmail.com> <20071207160603.GB31641@uranus.ravnborg.org> In-Reply-To: <20071207160603.GB31641@uranus.ravnborg.org> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sam Ravnborg wrote: > On Fri, Dec 07, 2007 at 10:36:23PM +0900, Tejun Heo wrote: >> subdir-y|m isn't supposed to contain modules or built-in components. >> Change subdir-$(CONFIG_PCMCIA) to obj-$(CONFIG_PCMCIA). >> >> Signed-off-by: Tejun Heo >> Cc: Sam Ravnborg >> Cc: James Bottomley > Ack-by: Sam Ravnborg Thanks. I guess this should go through SCSI tree. James, can you please forward this upstream? -- tejun