From 57c15d9691047ef84789e37e4f860a92372470cd Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Wed, 25 Apr 2012 11:21:25 +0100 Subject: 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 Acked-by: Ian Campbell Committed-by: Ian Jackson --- tools/firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/firmware') 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 -- cgit v1.2.3