Commit 989e5d4b authored by Masahiro Yamada's avatar Masahiro Yamada

kconfig: remove unused PACKAGE definition

Commit 3b9fa093 ("[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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 8c94b430
...@@ -20,10 +20,6 @@ extern "C" { ...@@ -20,10 +20,6 @@ extern "C" {
#define SRCTREE "srctree" #define SRCTREE "srctree"
#ifndef PACKAGE
#define PACKAGE "linux"
#endif
#ifndef CONFIG_ #ifndef CONFIG_
#define CONFIG_ "CONFIG_" #define CONFIG_ "CONFIG_"
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment