Index: [thread] [date] [subject] [author]
  From: Stefan Mars <mars@lysator.liu.se>
  To  : ggi-develop@eskimo.com
  Date: Tue, 15 Sep 1998 08:10:16 +0200 (MET DST)

Re: Makefile vote

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.

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.

-Stefan

/-----------------------------------------------------------------------------\
| Stefan Mars              |Student, Applied physics & Electrical engineering |
| Bjoernkaerrsgatan 15B:30 |Linkoping Institute of Technology                 |
| S-584 36 Linkoping       |                                                  |
| Sweden                   |Email: mars@lysator.liu.se Phone: +46 (0)13175384 |
|-----------------------------------------------------------------------------|
|         Maintainer of The THX Home Cinema Buyers Guide, located at          |
|               http://www.lysator.liu.se/%7Emars/thxguide.html               |
\--------------------- PGP key available through finger ----------------------/


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