Don't build Documentation targets when cross-compiling. They are only for build testing, and use the host headers and compiler which can cause cross-compiles to fail. Signed-off-by: Peter Foley <pefoley2@xxxxxxxxxxx> --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index a285900..1beeb84 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1610,7 +1610,7 @@ config PROVIDE_OHCI1394_DMA_INIT config BUILD_DOCSRC bool "Build targets in Documentation/ tree" - depends on HEADERS_CHECK + depends on HEADERS_CHECK && CROSS_COMPILE="" help This option attempts to build objects from the source files in the kernel Documentation/ tree. -- 2.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html