From: Michael Brown Date: Thu, 12 Feb 2026 13:28:16 +0000 (+0000) Subject: [build] Include devicetree drivers in the SBI all-drivers build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f12b8b1cf4eec91ce4bb9f9dfeea7558c309b01;p=thirdparty%2Fipxe.git [build] Include devicetree drivers in the SBI all-drivers build Signed-off-by: Michael Brown --- diff --git a/src/arch/riscv/Makefile.sbi b/src/arch/riscv/Makefile.sbi index 5e5dc9a6b..be2ddee58 100644 --- a/src/arch/riscv/Makefile.sbi +++ b/src/arch/riscv/Makefile.sbi @@ -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)