Re: BusLogic mkdep warning

Leonard N. Zubkoff (lnz@dandelion.com)
Tue, 8 Jul 1997 08:45:24 -0700


Date: Tue, 8 Jul 1997 08:26:19 -0400 (EDT)
From: linux kernel account <linker@nightshade.ml.org>

On Tue, 8 Jul 1997, Jeff Garzik wrote:

> pre-patch-2.0.31-2 "make dep" gives:
>
> BusLogic.h needs config but has not included config file
>
What is this anyways? I got my buslogic card around 2.1.36 and every
kernel I've compiled says that.. Works like a champ though..

The warning will go away in the next driver release. The "make dep" analyzer
doesn't understand that BusLogic.h will never need config.h unless BusLogic.h
was included from BusLogic.c ,which already includes config.h.

Leonard