mirror of https://github.com/ipxe/ipxe.git
[build] Allow sparse to be invoked via "make C=1"
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/13/head
parent
f85af68ac5
commit
39ab88ac09
|
@ -200,6 +200,15 @@ Q := @
|
|||
QM := @
|
||||
endif
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Checker
|
||||
#
|
||||
ifeq ($(C),1)
|
||||
export REAL_CC := $(CC)
|
||||
CC := cgcc
|
||||
endif
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# Set BIN according to whatever was specified on the command line as
|
||||
|
|
Loading…
Reference in New Issue