Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[build] Accept CROSS= as a synonym for CROSS_COMPILE=
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Mar 13, 2016
1 parent 1f65ed5 commit 0d29cf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Expand Up @@ -9,6 +9,7 @@ ASFLAGS :=
LDFLAGS :=
HOST_CFLAGS :=
MAKEDEPS := Makefile
CROSS_COMPILE ?= $(CROSS)

###############################################################################
#
Expand Down

0 comments on commit 0d29cf2

Please sign in to comment.