Index: [thread] [date] [subject] [author]
  From: James A Simmons <jsimmons@acsu.buffalo.edu>
  To  : ggi-develop@eskimo.com
  Date: Tue, 15 Sep 1998 06:41:44 -0400 (EDT)

Re: Makefile vote

On Tue, 15 Sep 1998, Stefan Mars wrote:

> On Tue, 15 Sep 1998, Marcus Sundberg wrote:
> 
> > Uhm, just include "../../chipset/S3/virge.h" from the clock driver
> > then. Doing that for all driver would be _really_ ugly.
> > But actually for integrated chipsets the clockdriver should be in
> > the same directory as the chipset driver. That's the only thing
> > that makes sense to me.
> 
> Not to me, because in reality it _is_ a separate clockdriver, that just
> makes use of some chipset info to work as good as it can.

I agree. Leave it in ramdac.

> 
> Clockdriver => clock/prog/whatever_the_name_is
> 
> Putting it with the chipset is even more confusing, because for example
> the s3idac can't even be put in the same file as virge.c, because then it
> would have to be duplicated for the trio.
> 
> Makes a lot more sense to me to leave the include directory where it is.
> 

No place the clock header file in clock/prog.

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