mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
tty/vt: Makefile, add --unicode for loadkeys invocation
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>
This commit is contained in:
parent
0d49ee83a4
commit
5c4d7b049d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user