[ipxe-devel] A small patch to the makefile

Rohan Sehgal rohan.sehgal.su at gmail.com
Wed Nov 26 07:51:11 UTC 2014


Hi,

I have been re-purposing the ipxe code to work in harmony with other boot
managers without netboot support. In pursuit of that I needed a way to
change the default entry point of the efi binary.

Old:
TGT_LD_ENTRY    = _$(TGT_PREFIX)_start

New:
ifndef TGT_LD_ENTRY
TGT_LD_ENTRY    = _$(TGT_PREFIX)_start
endif

Is it possible for me to submit a change that allows me to override the
entry point using an ifndef? It would be great if this could go upstream.
Thank you.

Regards
Rohan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20141126/ccd8fa36/attachment.htm>


More information about the ipxe-devel mailing list