[build] Include devicetree drivers in the SBI all-drivers build

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2026-02-12 13:28:16 +00:00
parent 81da1a1b6c
commit 3f12b8b1cf

View File

@ -29,3 +29,7 @@ NON_AUTO_MEDIA += pf32
%.pf32 : %.sbi $(MAKEDEPS)
$(Q)$(CP) $< $@
$(Q)$(TRUNCATE) -s 32M $@
# Include Devicetree drivers in the all-drivers build
#
DRIVERS_ipxe += $(DRIVERS_dt_net)