this is what i get to standard error when compiling 2.0.31-pre2:
(make dep clean zImage modules modules_install)
i know theese are just warnings, but why doesnt anyone fix it, this is
supposed to be the stable kernel, and if this was the first time i was
compiling a kernel i would be very uncomfortable with ANY kind of
warnings/errors...
BusLogic.h needs config but has not included config file
Well, for example this warning happens to be bogus, so it's unlikely to be
fixed. It just so happens that "make dep" just isn't smart enough to realize
that the only place in BusLogic.h where this is true occurs in a context where
config.h has already been included.
Perhaps many of the other cases are similar.
Leonard