diff options
author | 2023-08-29 20:33:27 +0200 | |
---|---|---|
committer | 2023-08-29 20:33:27 +0200 | |
commit | 774bb7db41dd5a19b1a29044501a9a24a56e8e21 (patch) | |
tree | 7191b5d220dc67d41815f97cd303e2fce630b9fd | |
parent | Merge tag 'pm-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (diff) | |
parent | cpupower: Add Georgian translation to Makefile LANGUAGES (diff) | |
download | linux-rng-774bb7db41dd5a19b1a29044501a9a24a56e8e21.tar.xz linux-rng-774bb7db41dd5a19b1a29044501a9a24a56e8e21.zip |
Merge tag 'linux-cpupower-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux
Merge additional cpupower utility update for 6.6 from Shuah Khan:
"This cpupower update [...] consists of a single fix to add Georgian
translation to Makefile LANGUAGES."
* tag 'linux-cpupower-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux:
cpupower: Add Georgian translation to Makefile LANGUAGES
-rw-r--r-- | tools/power/cpupower/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/cpupower/Makefile b/tools/power/cpupower/Makefile index dc531805a570..b53753dee02f 100644 --- a/tools/power/cpupower/Makefile +++ b/tools/power/cpupower/Makefile @@ -57,7 +57,7 @@ LIB_MIN= 1 PACKAGE = cpupower PACKAGE_BUGREPORT = linux-pm@vger.kernel.org -LANGUAGES = de fr it cs pt +LANGUAGES = de fr it cs pt ka # Directory definitions. These are default and most probably |