docs: Kbuild/Makefile: allow check for missing docs at build time
While this doesn't make sense for production Kernels, in order to
avoid regressions when documents are touched, let's add a
check target at the make file.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
diff --git a/Kconfig b/Kconfig
index 48a80be..990b0c3 100644
--- a/Kconfig
+++ b/Kconfig
@@ -30,3 +30,5 @@
source "lib/Kconfig"
source "lib/Kconfig.debug"
+
+source "Documentation/Kconfig"