From patchwork Sun Nov 1 05:02:21 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Abraham X-Patchwork-Id: 37371 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id A2AF8B7C1D for ; Sun, 1 Nov 2009 16:02:45 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750921AbZKAFCi (ORCPT ); Sun, 1 Nov 2009 01:02:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750975AbZKAFCi (ORCPT ); Sun, 1 Nov 2009 01:02:38 -0400 Received: from ganesha.gnumonks.org ([213.95.27.120]:50865 "EHLO ganesha.gnumonks.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750921AbZKAFCh (ORCPT ); Sun, 1 Nov 2009 01:02:37 -0400 Received: from uucp by ganesha.gnumonks.org with local-bsmtp (Exim 4.69) (envelope-from ) id 1N4SaP-0003uw-TV; Sun, 01 Nov 2009 06:02:41 +0100 Received: from [12.23.106.52] (helo=localhost.localdomain) by jackpot.kr.gnumonks.org with esmtp (Exim 4.69) (envelope-from ) id 1N4SO9-000572-4T; Sun, 01 Nov 2009 13:50:01 +0900 From: Thomas Abraham To: ben-linux@fluff.org Cc: linux-arm-kernel@lists.infradead.org, linux-ide@vger.kernel.org, Thomas Abraham Subject: [PATCH 7/7] S3C64XX: Include IDE device code in compilation. Date: Sun, 1 Nov 2009 14:02:21 +0900 Message-Id: <1257051741-8319-1-git-send-email-thomas.ab@samsung.com> X-Mailer: git-send-email 1.6.0.4 Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org This patch updates the makefile to include ide device code and data for build if S3C IDE driver is selected. Signed-off-by: Abhilash Kesavan Signed-off-by: Thomas Abraham --- arch/arm/plat-s3c64xx/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile index b85b435..904ce5b 100644 --- a/arch/arm/plat-s3c64xx/Makefile +++ b/arch/arm/plat-s3c64xx/Makefile @@ -42,3 +42,4 @@ obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o obj-$(CONFIG_SND_S3C24XX_SOC) += dev-audio.o +obj-$(CONFIG_BLK_DEV_IDE_S3C) += dev-ide.o