mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
[console] Add keymap generator
Inspired by LILO's keytab-lilo.pl, genkeymap.pl uses "loadkeys -b" to obtain a Linux keyboard map, and generates a file keymap_xx.c in hci/keymap. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1085,6 +1085,14 @@ docview :
|
||||
|
||||
endif # defined(BIN)
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Keyboard maps
|
||||
#
|
||||
|
||||
hci/keymap/keymap_%.c : $(GENKEYMAP)
|
||||
$(Q)$(PERL) $(GENKEYMAP) $* > $@
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Clean-up
|
||||
|
||||
Reference in New Issue
Block a user