aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware
diff options
context:
space:
mode:
authorChristoph Egger <Christoph.Egger@amd.com>2012-04-25 11:21:25 +0100
committerChristoph Egger <Christoph.Egger@amd.com>2012-04-25 11:21:25 +0100
commit57c15d9691047ef84789e37e4f860a92372470cd (patch)
treef92aecc4ad3bfd74ada35259897134a0172fed15 /tools/firmware
parenta7c6b15049c42bfd45b2384a57b047d2f605e7ec (diff)
downloadxen-57c15d9691047ef84789e37e4f860a92372470cd.tar.gz
xen-57c15d9691047ef84789e37e4f860a92372470cd.tar.bz2
xen-57c15d9691047ef84789e37e4f860a92372470cd.zip
tools/firmware: pass PYTHON as an env var to sub-makes in this subtree
This fixes the Seabios build on platforms where just "python" is not correct, which includes NetBSD. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/firmware')
-rw-r--r--tools/firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index bfef1ab5b3..aff8e564e9 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -32,7 +32,7 @@ ifeq ($(CONFIG_ROMBIOS),y)
false ; \
fi
endif
- $(MAKE) subdirs-$@
+ $(MAKE) PYTHON=$(PYTHON) subdirs-$@
.PHONY: install