aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile1
-rw-r--r--src/Makefile.housekeeping2
2 files changed, 2 insertions, 1 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
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index 24ed5d13b..9bf34b2e6 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -1563,7 +1563,7 @@ endif # defined(BIN)
#
hci/keymap/keymap_%.c :
- $(Q)$(PERL) $(GENKEYMAP) $* > $@
+ $(Q)$(PYTHON) $(GENKEYMAP) $* > $@
###############################################################################
#