Skip to content

Commit 989e5d4

Browse files
committed
kconfig: remove unused PACKAGE definition
Commit 3b9fa09 ("[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>
1 parent 8c94b43 commit 989e5d4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/kconfig/lkc.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ extern "C" {
2020

2121
#define SRCTREE "srctree"
2222

23-
#ifndef PACKAGE
24-
#define PACKAGE "linux"
25-
#endif
26-
2723
#ifndef CONFIG_
2824
#define CONFIG_ "CONFIG_"
2925
#endif

0 commit comments

Comments
 (0)