projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa14d8b
)
build: export CC value to SeaBIOS
author
Roger Pau Monne
<roger.pau@citrix.com>
Wed, 16 Apr 2014 14:13:31 +0000
(16:13 +0200)
committer
Ian Campbell
<ian.campbell@citrix.com>
Fri, 2 May 2014 12:34:35 +0000
(13:34 +0100)
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/firmware/Makefile
patch
|
blob
|
history
diff --git
a/tools/firmware/Makefile
b/tools/firmware/Makefile
index cb13212da3ba7ff5c8358c80b8c360b0c93691a6..dcb56e515c9db819c20920fa9d69122b6bf11043 100644
(file)
--- 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