> > Unfortunately, the Makefile doesn't really know about the Kconfig files,
> > the "source drivers/whatever/Kconfig" commands are in Kconfig, and
> > duplicating them into the Makefile would be rather error-prone.
>
> What about learning `make depend' a bit Kconfig syntax?
"make depend" is basically gone.
> > Even if that was done, the Makefiles also cannot know about e.g. headers
> > included into C files, so it'd die at that point. At some point I hacked a
> > LD_PRELOAD library which would try to exec a "get" when open(2) fails,
> > which fixes gcc, kconfig and whatnotsoever. I suppose a better solution is
> > "checkout: get", though.
>
> Isn't all of this in .depend?
In 2.5 things work differently, so no.
--Kai
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/