From patchwork Fri Oct 8 00:01:50 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: T Dent X-Patchwork-Id: 239851 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9804bdE026334 for ; Fri, 8 Oct 2010 00:04:38 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755624Ab0JHACp (ORCPT ); Thu, 7 Oct 2010 20:02:45 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:59236 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756542Ab0JHACn (ORCPT ); Thu, 7 Oct 2010 20:02:43 -0400 Received: by mail-iw0-f174.google.com with SMTP id 9so467862iwn.19 for ; Thu, 07 Oct 2010 17:02:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=UlJekpNSz3DjsL7CkX6WV//88jJxigwaiihgngcRo/8=; b=kC2qWPqUgah5NYEOCoggVay1Z7Va3qij3gYo4xNd+ZAbrmwLzBMwnKM4NWG4UpjQVF e6sQSW2ri7LoC2EfZPYrxqg8nrxH9YpiSz/6e3l6KM0HTuSBf3rW5hRdiWKhu7T0dsp7 samcAat3983/lhYEqqq5tg+P50/EWkbGmgNgU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=iZ1O1X97beoHNL22bKoYMC3En2zbbJAggxtoVwdYFUkL36TYP+Jd3nn5CfXtkC6bIg EdX6cAtkS9YXe6U0VhD3JClC+epR4iK8pGCBSQ96aIXstfUTDCRroWWz8cMh+lYO3/GI dkVfvRDNsM3/neDt+S7VaG8Jegz5xloufVNus= Received: by 10.42.135.1 with SMTP id n1mr14642ict.293.1286496163209; Thu, 07 Oct 2010 17:02:43 -0700 (PDT) Received: from localhost.localdomain (c-68-43-120-16.hsd1.mi.comcast.net [68.43.120.16]) by mx.google.com with ESMTPS id gy41sm2763157ibb.23.2010.10.07.17.02.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 07 Oct 2010 17:02:42 -0700 (PDT) From: Tracey Dent To: greg@kroah.com Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, sam@ravnborg.org, linux-kbuild@vger.kernel.org, Tracey Dent Subject: [PATCH 30/33] Staging: winbond: Makefile: replace the use of -objs with -y Date: Thu, 7 Oct 2010 20:01:50 -0400 Message-Id: <1286496113-11897-30-git-send-email-tdent48227@gmail.com> X-Mailer: git-send-email 1.7.3.1.50.g1e633 In-Reply-To: <1286496113-11897-1-git-send-email-tdent48227@gmail.com> References: <1286496113-11897-1-git-send-email-tdent48227@gmail.com> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 08 Oct 2010 00:04:38 +0000 (UTC) diff --git a/drivers/staging/winbond/Makefile b/drivers/staging/winbond/Makefile index fb2b7d4..79fa227 100644 --- a/drivers/staging/winbond/Makefile +++ b/drivers/staging/winbond/Makefile @@ -1,4 +1,4 @@ -w35und-objs := \ +w35und-y := \ mds.o \ mlmetxrx.o \ mto.o \