Index: [thread] [date] [subject] [author]
  From: James A Simmons <jsimmons@acsu.buffalo.edu>
  To  : ggi-develop@eskimo.com
  Date: Sun, 13 Sep 1998 07:10:14 -0400 (EDT)

Re: Kernel Makefile

On Sat, 12 Sep 1998, Marcus Sundberg wrote:

> James A Simmons wrote:
> > 
> > Well I have upgraded the linux kernel makefile version of kgicon. It will
> > compile for the cyrix card. It will try to compile for the matrox
> > millenium card but I get the follwoing errors. Any ideas here why?

> Did you actually look at the offending line??
> This is the problematic section:
> 
> /* Card specific includes */
> #if defined(DRIVER_mga1064)
> #include "Matrox/mga1064_regs.h"
> #elif defined(DRIVER_mga2064) || defined(DRIVER_mga2164)
> #else
> #warning !!! include the headerfile for the new Matrox card here
> #endif
> 
> So the problem is that you're not defining which driver you wish to
> compile.
> 
> Good job so far btw!

Thank you. By the way mga_common.c is not so common. These files need to
worked over.

Index: [thread] [date] [subject] [author]