The build system allows for additional drivers (or other objects) to be specified using build targets such as make bin/intel--realtek.usb make bin/8086100e--8086100f.mrom This currently fails if the base target is the "bin/ipxe.*" all-drivers target, e.g. make bin/ipxe--acm.usb Fix the build target parsing logic to allow additional drivers (or other objects) to be included on top of the base all-drivers target. This can be used to include USB network card drivers, which are not yet included by default in the all-drivers build. Reported-by: Andrew Sloma <asloma@lenovo.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>tags/v1.20.1
|
|
||
960 |
|
960 |
|
961 |
|
961 |
|
962 |
|
962 |
|
963 |
|
|
|
964 |
|
963 |
|
965 |
|
964 |
|
966 |
|
|
|
967 |
|
|
|
968 |
|
|
|
969 |
|
|
|
|
965 |
|
|
|
966 |
|
|
|
967 |
|
|
|
968 |
|
|
|
969 |
|
|
970 |
|
970 |
|
971 |
|
971 |
|
972 |
|
972 |
|