summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2016-03-13 12:32:54 +0100
committerMichael Brown2016-03-13 12:32:54 +0100
commit0d29cf2a4da86f65f74f94695c98bd175f897db5 (patch)
tree9dffeaa937472ab51be9dd4718dffb12e5e3496a /src/Makefile
parent[build] Allow assembler section type character to vary by architecture (diff)
downloadipxe-0d29cf2a4da86f65f74f94695c98bd175f897db5.tar.gz
ipxe-0d29cf2a4da86f65f74f94695c98bd175f897db5.tar.xz
ipxe-0d29cf2a4da86f65f74f94695c98bd175f897db5.zip
[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 3ffa1eba..0524bc76 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -9,6 +9,7 @@ ASFLAGS :=
LDFLAGS :=
HOST_CFLAGS :=
MAKEDEPS := Makefile
+CROSS_COMPILE ?= $(CROSS)
###############################################################################
#