Russell King <rmk+lkml@arm.linux.org.uk> wrote: > > LINUXINCLUDE := -Iinclude \ > - $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) > + $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) \ > + -imacros include/linux/autoconf.h This means that over time the kernel will fail to compile correctly without `-imacros include/linux/autoconf.h'. That's OK for the kernel, but not for out-of-tree stuff. Those drivers will need to add the new gcc commandline option too. Not that I'm saying it's a terrible thing. It's just a thing. - 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/
- Follow-Ups:
- Re: [PATCH] Permanently fix kernel configuration include mess (was: Missing #include <config.h>)
- From: Sam Ravnborg <sam@ravnborg.org>
- Re: [PATCH] Permanently fix kernel configuration include mess (was: Missing #include <config.h>)
- From: Christoph Hellwig <hch@infradead.org>
- Re: [PATCH] Permanently fix kernel configuration include mess (was: Missing #include <config.h>)
- From: Sergey Vlasov <vsu@altlinux.ru>
- Re: [PATCH] Permanently fix kernel configuration include mess (was: Missing #include <config.h>)
- From: Russell King <rmk+lkml@arm.linux.org.uk>
- Re: [PATCH] Permanently fix kernel configuration include mess (was: Missing #include <config.h>)
- References:
- Missing #include <config.h>
- From: Jörn Engel <joern@infradead.org>
- Re: Missing #include <config.h>
- From: Russell King <rmk+lkml@arm.linux.org.uk>
- Re: [PATCH] Permanently fix kernel configuration include mess (was: Missing #include <config.h>)
- From: Russell King <rmk+lkml@arm.linux.org.uk>
- Missing #include <config.h>
- Prev by Date: Re: [PATCH] 2.6.13-mm3 ort v.b6 (OOPS Reporting Tool), try2
- Next by Date: Re: ACPI S3 and ieee1394 don't get along
- Previous by thread: Re: [PATCH] Permanently fix kernel configuration include mess
- Next by thread: Re: [PATCH] Permanently fix kernel configuration include mess (was: Missing #include <config.h>)
- Index(es):
