summaryrefslogtreecommitdiff
path: root/drivers/tty/vt/Makefile
diff options
context:
space:
mode:
authorNicolas Pitre <npitre@baylibre.com>2025-05-07 10:13:21 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-05-21 13:39:45 +0200
commitfe26933cf1e151ce0a5d858c263e8dacb2f12cee (patch)
treecf4799defa5086b2f4c00461ad641a9b2c2cf19c /drivers/tty/vt/Makefile
parentde45d93f00e2a161c11199fa9a4f515ce2930f01 (diff)
vt: add ucs_get_fallback()
This is the code querying the newly introduced tables. Signed-off-by: Nicolas Pitre <npitre@baylibre.com> Link: https://lore.kernel.org/r/20250507141535.40655-7-nico@fluxnic.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/vt/Makefile')
-rw-r--r--drivers/tty/vt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/tty/vt/Makefile b/drivers/tty/vt/Makefile
index 509362a3e11e..ae746dcdeec8 100644
--- a/drivers/tty/vt/Makefile
+++ b/drivers/tty/vt/Makefile
@@ -36,7 +36,8 @@ $(obj)/defkeymap.c: $(obj)/%.c: $(src)/%.map
endif
-$(obj)/ucs.o: $(src)/ucs.c $(obj)/ucs_width_table.h $(obj)/ucs_recompose_table.h
+$(obj)/ucs.o: $(src)/ucs.c $(obj)/ucs_width_table.h \
+ $(obj)/ucs_recompose_table.h $(obj)/ucs_fallback_table.h
# You may uncomment one of those to have the UCS tables be regenerated
# during the build process. By default the _shipped versions are used.