From patchwork Fri Oct 14 12:50:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sangwook X-Patchwork-Id: 4686 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 6D37723DEE for ; Fri, 14 Oct 2011 12:53:17 +0000 (UTC) Received: from mail-yx0-f174.google.com (mail-yx0-f174.google.com [209.85.213.174]) by fiordland.canonical.com (Postfix) with ESMTP id 3F0BFA187C7 for ; Fri, 14 Oct 2011 12:53:17 +0000 (UTC) Received: by mail-yx0-f174.google.com with SMTP id 4so866876yxp.19 for ; Fri, 14 Oct 2011 05:53:17 -0700 (PDT) Received: by 10.223.17.3 with SMTP id q3mr3967610faa.28.1318596796771; Fri, 14 Oct 2011 05:53:16 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.24.41 with SMTP id r9cs14344laf; Fri, 14 Oct 2011 05:53:16 -0700 (PDT) Received: by 10.101.103.13 with SMTP id f13mr1739510anm.71.1318596795772; Fri, 14 Oct 2011 05:53:15 -0700 (PDT) Received: from mail-yx0-f176.google.com (mail-yx0-f176.google.com [209.85.213.176]) by mx.google.com with ESMTPS id i36si1469882ann.187.2011.10.14.05.53.15 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Oct 2011 05:53:15 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.213.176 is neither permitted nor denied by best guess record for domain of sangwook.lee@linaro.org) client-ip=209.85.213.176; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.213.176 is neither permitted nor denied by best guess record for domain of sangwook.lee@linaro.org) smtp.mail=sangwook.lee@linaro.org Received: by mail-yx0-f176.google.com with SMTP id 30so1027316yxk.35 for ; Fri, 14 Oct 2011 05:53:15 -0700 (PDT) Received: by 10.223.14.134 with SMTP id g6mr3930305faa.11.1318596781168; Fri, 14 Oct 2011 05:53:01 -0700 (PDT) Received: from localhost.localdomain (host109-149-104-5.range109-149.btcentralplus.com. [109.149.104.5]) by mx.google.com with ESMTPS id f10sm3562601fac.14.2011.10.14.05.52.58 (version=SSLv3 cipher=OTHER); Fri, 14 Oct 2011 05:52:59 -0700 (PDT) From: Sangwook Lee To: kvalo@qca.qualcomm.com Cc: linux-wireless@vger.kernel.org, patches@linaro.org, Sangwook Lee Subject: [PATCH 4/5] ath6kl: Add SDIO polling file into Makefile Date: Fri, 14 Oct 2011 13:50:45 +0100 Message-Id: <1318596646-19495-5-git-send-email-sangwook.lee@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1318596646-19495-1-git-send-email-sangwook.lee@linaro.org> References: <1318596646-19495-1-git-send-email-sangwook.lee@linaro.org> Add new file into Makefile Signed-off-by: Sangwook Lee --- drivers/net/wireless/ath/ath6kl/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/ath6kl/Makefile b/drivers/net/wireless/ath/ath6kl/Makefile index 8f7a0d1..a8f4a55 100644 --- a/drivers/net/wireless/ath/ath6kl/Makefile +++ b/drivers/net/wireless/ath/ath6kl/Makefile @@ -32,6 +32,7 @@ ath6kl-y += main.o ath6kl-y += txrx.o ath6kl-y += wmi.o ath6kl-y += sdio.o +ath6kl-$(CONFIG_ATH6KL_SDIO_POLL) += sdio_poll.o ath6kl-$(CONFIG_NL80211_TESTMODE) += testmode.o ccflags-y += -D__CHECK_ENDIAN__