Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by: emasteSponsored by: The FreeBSD FoundationMFC after: 1 weekDiffer
Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by: emasteSponsored by: The FreeBSD FoundationMFC after: 1 weekDifferential revision: https://reviews.freebsd.org/D32878
show more ...
Fix `make` in sys/modules/spigenReviewed by: ianSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D16368
Arrange the list of generated sources as 1-per-line alphbetical, and addthe files required when building for FDT-based systems.
[spigen] Add spigen modulespigen provides userland API to SPI bus. Make it available as a loadablemodule so people using official ARM images can enabled it on devices likeBBB or RPi without re-bu
[spigen] Add spigen modulespigen provides userland API to SPI bus. Make it available as a loadablemodule so people using official ARM images can enabled it on devices likeBBB or RPi without re-building kernelMFC after: 1 week