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/
Add opt_platform.h for several modules that have #ifdef FDT in the source.Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com>
Remove some files that snuck in via cut and paste.Having these compiled into the module causes the kobj method descriptorsto be resolved incorrectly (by the compile-time linker instead of thekern
Remove some files that snuck in via cut and paste.Having these compiled into the module causes the kobj method descriptorsto be resolved incorrectly (by the compile-time linker instead of thekernel linker), which then leads to hours of frustrating debugging.
show more ...
Build at45d and mx25l SPI flash drivers as modules.