From 3f12b8b1cf4eec91ce4bb9f9dfeea7558c309b01 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 12 Feb 2026 13:28:16 +0000 Subject: [PATCH] [build] Include devicetree drivers in the SBI all-drivers build Signed-off-by: Michael Brown --- src/arch/riscv/Makefile.sbi | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.47.3