Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-4
-4
scripts/kconfig/lkc.h
··· 20 20 21 21 #define SRCTREE "srctree" 22 22 23 - #ifndef PACKAGE 24 - #define PACKAGE "linux" 25 - #endif 26 - 27 23 #ifndef CONFIG_ 28 24 #define CONFIG_ "CONFIG_" 29 25 #endif