aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2016-03-13 11:32:54 +0000
committerMichael Brown <mcb30@ipxe.org>2016-03-13 11:32:54 +0000
commit0d29cf2a4da86f65f74f94695c98bd175f897db5 (patch)
tree9dffeaa937472ab51be9dd4718dffb12e5e3496a /src/Makefile
parent1f65ed53da16e383416ae034b585fd52682f5ea7 (diff)
downloadipxe-0d29cf2a4da86f65f74f94695c98bd175f897db5.tar.gz
[build] Accept CROSS= as a synonym for CROSS_COMPILE=
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 3ffa1eba4..0524bc761 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -9,6 +9,7 @@ ASFLAGS :=
LDFLAGS :=
HOST_CFLAGS :=
MAKEDEPS := Makefile
+CROSS_COMPILE ?= $(CROSS)
###############################################################################
#