mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[build] Allow sparse to be invoked via "make C=1"
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -200,6 +200,15 @@ Q := @
|
|||||||
QM := @
|
QM := @
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
#
|
||||||
|
# Checker
|
||||||
|
#
|
||||||
|
ifeq ($(C),1)
|
||||||
|
export REAL_CC := $(CC)
|
||||||
|
CC := cgcc
|
||||||
|
endif
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# Set BIN according to whatever was specified on the command line as
|
# Set BIN according to whatever was specified on the command line as
|
||||||
|
|||||||
Reference in New Issue
Block a user