The branch main has been updated by bnovkov: URL: https://cgit.FreeBSD.org/src/commit/?id=e9dd9f95f82f6244a6eafd073531dcf6b6a3953d
commit e9dd9f95f82f6244a6eafd073531dcf6b6a3953d Author: Bojan Novković <bnov...@freebsd.org> AuthorDate: 2025-01-18 19:14:25 +0000 Commit: Bojan Novković <bnov...@freebsd.org> CommitDate: 2025-08-01 12:35:54 +0000 riscv: Add the sdhci_fdt driver to the build Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D48534 --- sys/modules/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 99c9ec9dcd01..5315d518afd8 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -716,7 +716,8 @@ _rockchip= rockchip .endif .endif -.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" +.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" || \ + ${MACHINE_CPUARCH} == "riscv" .if !empty(OPT_FDT) _sdhci_fdt= sdhci_fdt .endif