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

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
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -20,10 +20,6 @@ extern "C" {

#define SRCTREE "srctree"

#ifndef PACKAGE
#define PACKAGE "linux"
#endif

#ifndef CONFIG_
#define CONFIG_ "CONFIG_"
#endif