]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
kconfig: remove unused PACKAGE definition
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 17 Apr 2021 14:50:36 +0000 (23:50 +0900)
committerMasahiro 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

index 45599c52478d0203c5fdcf7a3c87d001e6bdd0f9..fa8c010aa6834718679a7a1bfe208c16c5b31ea4 100644 (file)
@@ -20,10 +20,6 @@ extern "C" {
 
 #define SRCTREE "srctree"
 
-#ifndef PACKAGE
-#define PACKAGE "linux"
-#endif
-
 #ifndef CONFIG_
 #define CONFIG_ "CONFIG_"
 #endif