diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-04-17 23:50:36 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-04-19 14:50:16 +0900 |
commit | 989e5d4b576f010de4bacb9fdad0cb879c75e9d7 (patch) | |
tree | fdb1fe67cc8ae0a56f1ae1d5223ed06ef94b1a12 | |
parent | 8c94b430b9f6213dec84e309bb480a71778c4213 (diff) | |
download | linux-989e5d4b576f010de4bacb9fdad0cb879c75e9d7.tar.gz linux-989e5d4b576f010de4bacb9fdad0cb879c75e9d7.tar.bz2 linux-989e5d4b576f010de4bacb9fdad0cb879c75e9d7.zip |
kconfig: remove unused PACKAGE definition
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>
-rw-r--r-- | scripts/kconfig/lkc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index 45599c52478d..fa8c010aa683 100644 --- 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 |