Page MenuHomeFreeBSD

riscv: Add the sdhci_fdt driver to the build
ClosedPublic

Authored by bnovkov on Jan 20 2025, 6:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 25, 9:07 PM
Unknown Object (File)
Fri, Sep 19, 5:39 AM
Unknown Object (File)
Fri, Sep 19, 4:26 AM
Unknown Object (File)
Sep 17 2025, 12:46 AM
Unknown Object (File)
Sep 9 2025, 8:27 AM
Unknown Object (File)
Sep 9 2025, 8:24 AM
Unknown Object (File)
Sep 5 2025, 10:41 PM
Unknown Object (File)
Sep 5 2025, 3:28 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Queue rant about how we're doing this wrong.. but that's an issue for config-ng, not this review

This revision is now accepted and ready to land.Jan 20 2025, 6:56 PM
sys/modules/Makefile
720

should be 4 spaces I think, not a tab

sys/modules/Makefile
720

Hm, after a quick look it seems that both 4 spaces and tabs are used for breaking longer lines in this makefile.
I don't have a preference for this one and can change it to 4 spaces if you want.

Maybe this would be a good time to settle on one approach and make the style consistent in a separate commit?

This revision was automatically updated to reflect the committed changes.