From 88527ccfefb6f43539e5e169a186cdc95e63cba2 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Wed, 16 Apr 2014 16:13:31 +0200 Subject: [PATCH] build: export CC value to SeaBIOS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roger Pau Monné Cc: Ian Jackson Cc: Ian Campbell Acked-by: Ian Campbell --- tools/firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile index cb13212da3..dcb56e515c 100644 --- a/tools/firmware/Makefile +++ b/tools/firmware/Makefile @@ -36,7 +36,7 @@ ifeq ($(CONFIG_ROMBIOS),y) false ; \ fi endif - $(MAKE) PYTHON=$(PYTHON) subdirs-$@ + $(MAKE) CC=$(CC) PYTHON=$(PYTHON) subdirs-$@ .PHONY: install -- 2.30.2