]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Accept EMBED=... as a synonym for EMBEDDED_IMAGE=...
authorMichael Brown <mcb30@ipxe.org>
Thu, 28 Apr 2011 10:56:27 +0000 (11:56 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 28 Apr 2011 10:56:27 +0000 (11:56 +0100)
commit57e65d2c4d76beecc461c8785d781a254646eae0
treea8fc23703694213ec78d3f3368bea4d5108cefe3
parentd75d6f65aa204ebd7edbd13811480e1aa8051313
[build] Accept EMBED=... as a synonym for EMBEDDED_IMAGE=...

Make the build command line less cumbersome by accepting

  make DEBUG=int13 EMBED=test.ipxe

rather then

  make DEBUG=int13 EMBEDDED_IMAGE=test.ipxe

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping