projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c94b43
)
kconfig: remove unused PACKAGE definition
author
Masahiro Yamada
<masahiroy@kernel.org>
Sat, 17 Apr 2021 14:50:36 +0000
(23:50 +0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Mon, 19 Apr 2021 05:50:16 +0000
(14:50 +0900)
Commit
3b9fa0931dd8
("[PATCH] Kconfig i18n support") added this code,
and then commit ("kconfig: drop localization support") removed the
i18n support entirely.
Remove the left-over.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/lkc.h
patch
|
blob
|
history
diff --git
a/scripts/kconfig/lkc.h
b/scripts/kconfig/lkc.h
index 45599c52478d0203c5fdcf7a3c87d001e6bdd0f9..fa8c010aa6834718679a7a1bfe208c16c5b31ea4 100644
(file)
--- a/
scripts/kconfig/lkc.h
+++ b/
scripts/kconfig/lkc.h
@@
-20,10
+20,6
@@
extern "C" {
#define SRCTREE "srctree"
-#ifndef PACKAGE
-#define PACKAGE "linux"
-#endif
-
#ifndef CONFIG_
#define CONFIG_ "CONFIG_"
#endif