projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d49ee8
)
tty/vt: Makefile, add --unicode for loadkeys invocation
author
Jiri Slaby
<jslaby@suse.cz>
Thu, 2 Jun 2022 08:31:28 +0000
(10:31 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 10 Jun 2022 11:34:18 +0000
(13:34 +0200)
For a long time, we generate unicode tables using loadkeys. So fix
Makefile to use that flag too.
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link:
https://lore.kernel.org/r/20220602083128.22540-2-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/tty/vt/Makefile
b/drivers/tty/vt/Makefile
index fe30ce512819b9789a009dbe8bec8e24374a3de1..b3dfe9d5717e3f798dc8b8f4d43e96d535e584d6 100644
(file)
--- a/
drivers/tty/vt/Makefile
+++ b/
drivers/tty/vt/Makefile
@@
-30,6
+30,6
@@
$(obj)/defkeymap.o: $(obj)/defkeymap.c
ifdef GENERATE_KEYMAP
$(obj)/defkeymap.c: $(obj)/%.c: $(src)/%.map
- loadkeys --mktable $< > $@
+ loadkeys --mktable
--unicode
$< > $@
endif