From: Arnaud Lacombe Date: Sat, 21 Aug 2010 05:20:52 +0000 (-0400) Subject: kconfig: allow PACKAGE to be defined on the compiler's command-line X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ef211607ed49c475735898514c60a9797208b699;p=linux-beck.git kconfig: allow PACKAGE to be defined on the compiler's command-line Signed-off-by: Arnaud Lacombe Reviewed-by: Sam Ravnborg Reviewed-by: Michal Marek --- diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index 1b966bf02b12..5d5f1872d651 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h @@ -31,7 +31,10 @@ extern "C" { #define SRCTREE "srctree" +#ifndef PACKAGE #define PACKAGE "linux" +#endif + #define LOCALEDIR "/usr/share/locale" #define _(text) gettext(text)