Page MenuHomeFreeBSD

riscv: Add the sdhci_fdt driver to the build
AcceptedPublic

Authored by bnovkov on Jan 20 2025, 6:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 12, 1:17 PM
Unknown Object (File)
Mon, Mar 3, 6:49 PM
Unknown Object (File)
Fri, Feb 28, 9:24 AM
Unknown Object (File)
Sun, Feb 23, 1:24 AM
Unknown Object (File)
Wed, Feb 19, 8:29 PM
Unknown Object (File)
Feb 5 2025, 1:58 AM
Unknown Object (File)
Feb 4 2025, 6:15 PM
Unknown Object (File)
Feb 2 2025, 9:24 PM
Subscribers

Details

Reviewers
br
imp

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

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
715

should be 4 spaces I think, not a tab

sys/modules/Makefile
715

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?