From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272521AbTHPPKF (ORCPT ); Sat, 16 Aug 2003 11:10:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272587AbTHPPKF (ORCPT ); Sat, 16 Aug 2003 11:10:05 -0400 Received: from astra.telenet-ops.be ([195.130.132.58]:44457 "EHLO astra.telenet-ops.be") by vger.kernel.org with ESMTP id S272521AbTHPPKB (ORCPT ); Sat, 16 Aug 2003 11:10:01 -0400 Date: Sat, 16 Aug 2003 17:09:58 +0200 From: Kurt Roeckx To: James Simmons Cc: linux-kernel@vger.kernel.org Subject: Re: Problem with framebuffer in 2.6.0-test3 Message-ID: <20030816150958.GA167@ping.be> References: <20030815224652.GA335@ping.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 15, 2003 at 11:59:11PM +0100, James Simmons wrote: > > > LD .tmp_vmlinux1 > > drivers/built-in.o(.text+0x742cb): In function `tdfxfb_imageblit': > > : undefined reference to `cfb_imageblit' > > make: *** [.tmp_vmlinux1] Error 1 > > ??? That shouldn't happen. I changed drivers/video/Makefile like this: -obj-$(CONFIG_FB_3DFX) += tdfxfb.o +obj-$(CONFIG_FB_3DFX) += tdfxfb.o cfbimgblt.o And now it works. Kurt