[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210307140018.757576-1-slyfox@gentoo.org>
Date: Sun, 7 Mar 2021 14:00:18 +0000
From: Sergei Trofimovich <slyfox@...too.org>
To: linux-kernel@...r.kernel.org,
Mauro Carvalho Chehab <mchehab+samsung@...nel.org>
Cc: Sergei Trofimovich <slyfox@...too.org>,
Jonathan Corbet <corbet@....net>
Subject: [PATCH] docs: don't include Documentation/Kconfig twice
Before the change there were two inclusions of Documentation/Kconfig:
lib/Kconfig.debug:source "Documentation/Kconfig"
Kconfig: source "Documentation/Kconfig"
Kconfig also included 'source "lib/Kconfig.debug"'.
Noticed as two 'make menuconfig' entries in both top level menu
and in 'Kernel hacking' menu. The patch keeps entries only in
'Kernel hacking'.
CC: Mauro Carvalho Chehab <mchehab+samsung@...nel.org>
CC: Jonathan Corbet <corbet@....net>
Signed-off-by: Sergei Trofimovich <slyfox@...too.org>
---
Kconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/Kconfig b/Kconfig
index 745bc773f567..97ed6389c921 100644
--- a/Kconfig
+++ b/Kconfig
@@ -28,5 +28,3 @@ source "crypto/Kconfig"
source "lib/Kconfig"
source "lib/Kconfig.debug"
-
-source "Documentation/Kconfig"
--
2.30.1
Powered by blists - more mailing lists