summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-08-13 13:30:45 +0200
committerThierry Reding <treding@nvidia.com>2014-12-19 10:11:46 +0100
commit4e6534924428edf540c95d416af6c01b1c951c1f (patch)
tree6fd96333fe83c25c7c87c6d9605e0733382749e6
parent52245990c55f25d913eb103350a8acf42713fc4e (diff)
HACK: Use python2
-rw-r--r--Makefile2
-rw-r--r--arch/ia64/scripts/unwcheck.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ec2f22615d3..29d3661d187 100644
--- a/Makefile
+++ b/Makefile
@@ -371,7 +371,7 @@ GENKSYMS = scripts/genksyms/genksyms
INSTALLKERNEL := installkernel
DEPMOD = /sbin/depmod
PERL = perl
-PYTHON = python
+PYTHON = python2
CHECK = sparse
CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \
diff --git a/arch/ia64/scripts/unwcheck.py b/arch/ia64/scripts/unwcheck.py
index 2bfd941ff7c..eb550dec9d6 100644
--- a/arch/ia64/scripts/unwcheck.py
+++ b/arch/ia64/scripts/unwcheck.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
#
# Usage: unwcheck.py FILE
#