Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760903AbYF3KrS (ORCPT ); Mon, 30 Jun 2008 06:47:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754706AbYF3KrJ (ORCPT ); Mon, 30 Jun 2008 06:47:09 -0400 Received: from pasmtpa.tele.dk ([80.160.77.114]:58608 "EHLO pasmtpA.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752685AbYF3KrI (ORCPT ); Mon, 30 Jun 2008 06:47:08 -0400 Date: Mon, 30 Jun 2008 12:47:53 +0200 From: Sam Ravnborg To: JosephChan@via.com.tw Cc: linux-fbdev-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, geert@linux-m68k.org Subject: Re: [PATCH 9/13] viafb: Makefile, share.h Message-ID: <20080630104753.GA16040@uranus.ravnborg.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1151 Lines: 30 On Mon, Jun 30, 2008 at 03:38:52PM +0800, JosephChan@via.com.tw wrote: > Makefile for drivers/video/via/ > share.h: shared macro for viafb > > > Signed-off-by: Joseph Chan > > diff -Nur a/drivers/video/via/Makefile b/drivers/video/via/Makefile > --- a/drivers/video/via/Makefile 1970-01-01 08:00:00.000000000 +0800 > +++ b/drivers/video/via/Makefile 2008-06-30 08:53:33.000000000 +0800 > @@ -0,0 +1,9 @@ > +# > +# Makefile for the VIA framebuffer driver (for Linux Kernel 2.6) > +# > + > +obj-$(CONFIG_FB_VIA) += viafb.o > + > +viafb-y :=viafbdev.o hw.o iface.o via_i2c.o dvi.o lcd.o ioctl.o accel.o via_utility.o vt1636.o global.o tblDPASetting.o viamode.o tbl1636.o > + > +viafb-objs := $(viafb-y) This assignmnet is not needed - please drop it. kbuild already understands -y Sam -- 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/