Re: autoconf.h #defines different names for modules/non-modules

David Woodhouse (David.Woodhouse@mvhi.com)
Thu, 10 Sep 1998 09:29:33 +0100


che@debian.org said:
> Then the impression I'm getting from this is that I shouldn't make my
> buffer driver be able to be a module at all, but instead force the
> support for it to be compiled in monolithically. Is this correct?

No, you might as well keep it modular, because it's still useful to be able to
keep the size of the kernel down, and only leave the necessary hooks in place
except when you're actually using the functionality.

I was just pointing out why the code looks ugly, that's all - because it's not
a common occurrence. It it were me, I'd still make the majority of it modular.

---- ---- ----
David Woodhouse David.Woodhouse@mvhi.com Office: (+44) 1223 810302
Project Leader, Process Information Systems Mobile: (+44) 976 658355
Axiom (Cambridge) Ltd., Swaffham Bulbeck, Cambridge, CB5 0NA, UK.
finger dwmw2@ferret.lmh.ox.ac.uk for PGP key.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/faq.html