diff options
| author | Michael Brown | 2022-02-15 14:54:28 +0100 |
|---|---|---|
| committer | Michael Brown | 2022-02-15 14:54:28 +0100 |
| commit | 5aee6b81d73086fd4a48f2280043d7b5518b3303 (patch) | |
| tree | e1c3b416f09d374087cb8481a0b2bb93360fb212 /src/Makefile | |
| parent | [console] Ensure that all ASCII characters are reachable in all keymaps (diff) | |
| download | ipxe-5aee6b81d73086fd4a48f2280043d7b5518b3303.tar.gz ipxe-5aee6b81d73086fd4a48f2280043d7b5518b3303.tar.xz ipxe-5aee6b81d73086fd4a48f2280043d7b5518b3303.zip | |
[build] Avoid invoking genkeymap.py via Perl
The build process currently invokes the Python genkeymap.py script via
the Perl executable. Strangely, this appears to work.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 83642e789..bc82cc6fe 100644 --- a/src/Makefile +++ b/src/Makefile @@ -24,6 +24,7 @@ CP := cp ECHO := echo PRINTF := printf PERL := perl +PYTHON := python TRUE := true CC := $(CROSS_COMPILE)gcc CPP := $(CC) -E |
