summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2022-02-06 20:33:20 +0100
committerMichael Brown2022-02-10 14:59:32 +0100
commit3f05a82fec6223a49df300a9cbf80c6245c3f99e (patch)
tree992afdde95a7f1686908376ac49b4cfedb19fd52 /src/Makefile
parent[efi] Support keyboard remapping via the EFI console (diff)
downloadipxe-3f05a82fec6223a49df300a9cbf80c6245c3f99e.tar.gz
ipxe-3f05a82fec6223a49df300a9cbf80c6245c3f99e.tar.xz
ipxe-3f05a82fec6223a49df300a9cbf80c6245c3f99e.zip
[console] Update genkeymap to work with current databases
Rewrite genkeymap.pl in Python with added sanity checks, and update the list of keyboard mappings to remove those no longer supported by the underlying "loadkeys" tool. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4c4abf1aa..83642e789 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -50,7 +50,7 @@ ELF2EFI64 := ./util/elf2efi64
EFIROM := ./util/efirom
EFIFATBIN := ./util/efifatbin
EINFO := ./util/einfo
-GENKEYMAP := ./util/genkeymap.pl
+GENKEYMAP := ./util/genkeymap.py
DOXYGEN := doxygen
LCAB := lcab
QEMUIMG := qemu-img