Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef211607 authored by Arnaud Lacombe's avatar Arnaud Lacombe
Browse files

kconfig: allow PACKAGE to be defined on the compiler's command-line

parent 652cf982
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -31,7 +31,10 @@ extern "C" {

#define SRCTREE "srctree"

#ifndef PACKAGE
#define PACKAGE "linux"
#endif

#define LOCALEDIR "/usr/share/locale"

#define _(text) gettext(text)