]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Construct driver lists for each bus type
authorMichael Brown <mcb30@ipxe.org>
Wed, 11 Feb 2026 15:38:58 +0000 (15:38 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 11 Feb 2026 17:10:57 +0000 (17:10 +0000)
commite783adcfd4641bda48aae5a59fc5cf391d4239b8
treed8905ac48063c425cb6b758f5b86e1395272abe5
parent1523512198ac3432d13fce1d956bc43372498ec5
[build] Construct driver lists for each bus type

Include the underlying bus type (e.g. "pci" or "isa") within the lists
constructed to describe the available drivers, to allow for the
possibility that platforms may want to define a platform-specific
subset of drivers to be present in the all-drivers build.  For
example, non-x86 platforms such as RISC-V SBI do not need to include
the ISA network drivers since the corresponding hardware cannot ever
be present on a RISC-V system.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile
src/Makefile.efi
src/util/parserom.pl