mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
kconfig: allow PACKAGE to be defined on the compiler's command-line
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
parent
652cf9821d
commit
ef211607ed
1 changed files with 3 additions and 0 deletions
|
@ -31,7 +31,10 @@ extern "C" {
|
||||||
|
|
||||||
#define SRCTREE "srctree"
|
#define SRCTREE "srctree"
|
||||||
|
|
||||||
|
#ifndef PACKAGE
|
||||||
#define PACKAGE "linux"
|
#define PACKAGE "linux"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define LOCALEDIR "/usr/share/locale"
|
#define LOCALEDIR "/usr/share/locale"
|
||||||
|
|
||||||
#define _(text) gettext(text)
|
#define _(text) gettext(text)
|
||||||
|
|
Loading…
Add table
Reference in a new issue