From patchwork Fri Oct 8 00:01:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: T Dent X-Patchwork-Id: 240221 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 o9809QfB028854 for ; Fri, 8 Oct 2010 00:09:27 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755289Ab0JHAIH (ORCPT ); Thu, 7 Oct 2010 20:08:07 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:55788 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755096Ab0JHACK (ORCPT ); Thu, 7 Oct 2010 20:02:10 -0400 Received: by mail-iw0-f174.google.com with SMTP id 9so467885iwn.19 for ; Thu, 07 Oct 2010 17:02:10 -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=1T7Y6ap38GJex949dAIimoWkIztxSAQgnHpzX5HRF8w=; b=PieOE85rpWUoeSTS0LzKnn8MPADeepOxdMzCHvyAxAWpL74/dNYtYGdnPjApaflgzo U73xKQH0s74rW/Qu0KJpKt+FDgx6FDd7AQ2BNSwLRNJCXDZB9C/6G8Hw8BeV3+A3nMuQ 7rMh0+Z1UWB9Y/jf378liqyoTyxHoR+UaGf+w= 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=ow3qMVc53ScKAGPhiKKOriGe1aPnynudJMI2h3yDCKm2K77WT1IUvWo2ExBJzWqGZq rZf4Z6w87mMm5u2a8wSFfcn7fbBn17ZJ7bFfE4EaF2XFnvWRfE7OFf27/3lFbkYtr7qI zBiWP44Gy8aFSNjKl0OJnabaNjJx2v4ET7Luc= Received: by 10.42.110.17 with SMTP id n17mr13279icp.262.1286496130544; Thu, 07 Oct 2010 17:02:10 -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.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 07 Oct 2010 17:02:10 -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 08/33] Staging: easycap: Makefile: replace the use of -objs with -y Date: Thu, 7 Oct 2010 20:01:28 -0400 Message-Id: <1286496113-11897-8-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:09:27 +0000 (UTC) diff --git a/drivers/staging/easycap/Makefile b/drivers/staging/easycap/Makefile index 680f370..8a3d911 100644 --- a/drivers/staging/easycap/Makefile +++ b/drivers/staging/easycap/Makefile @@ -1,9 +1,9 @@ obj-$(CONFIG_EASYCAP) += easycap.o -easycap-objs := easycap_main.o easycap_low.o easycap_sound.o -easycap-objs += easycap_ioctl.o easycap_settings.o -easycap-objs += easycap_testcard.o +easycap-y := easycap_main.o easycap_low.o easycap_sound.o +easycap-y += easycap_ioctl.o easycap_settings.o +easycap-y += easycap_testcard.o ccflags-y := -Wall # Impose all or none of the following: