diff options
author | Michael Brown <mcb30@ipxe.org> | 2022-02-06 19:33:20 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2022-02-10 13:59:32 +0000 |
commit | 3f05a82fec6223a49df300a9cbf80c6245c3f99e (patch) | |
tree | 992afdde95a7f1686908376ac49b4cfedb19fd52 /src/Makefile | |
parent | 0979b3a11ddd642b047c7e9240cefc0144c595c7 (diff) | |
download | ipxe-3f05a82fec6223a49df300a9cbf80c6245c3f99e.tar.gz |
[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/Makefile | 2 |
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 |