Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752852Ab0KFTBn (ORCPT ); Sat, 6 Nov 2010 15:01:43 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:46996 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751261Ab0KFTBm (ORCPT ); Sat, 6 Nov 2010 15:01:42 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=cBY06CXd0qx6XhMmarfdx2gRVlH5ac6iokfi8U8zfkJS1Fgc3I0QTcp/OXDA807kQJ iVaVyDYCEa7x1Fz7nDeBTCUvbVh6ojaIWvq1JWPHFH1BESyH23yQ2wxOP3zAv2QyuQVC WpVzTbrbK4h9p6GngKR5oRnAl8Xa5Mcpu/HZA= From: Tracey Dent To: linux-kernel@vger.kernel.org Cc: akpm@linux-foundation.org, Tracey Dent Subject: [PATCH] Drivers: dca: Makefile: Cleaned up Makefile Date: Sat, 6 Nov 2010 15:01:57 -0400 Message-Id: <1289070117-2461-1-git-send-email-tdent48227@gmail.com> X-Mailer: git-send-email 1.7.3.2.146.gca209 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 724 Lines: 23 Changed Makefile to use -y instead of -objs. Signed-off-by: Tracey Dent --- drivers/dca/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/dca/Makefile b/drivers/dca/Makefile index b2db56b..862b5c2 100644 --- a/drivers/dca/Makefile +++ b/drivers/dca/Makefile @@ -1,2 +1,2 @@ obj-$(CONFIG_DCA) += dca.o -dca-objs := dca-core.o dca-sysfs.o +dca-y := dca-core.o dca-sysfs.o -- 1.7.3.1.104.gc752e -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/