aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/spi/mx25l
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This 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 patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Add opt_platform.h for several modules that have #ifdef FDT in the source.Ian Lepore2018-04-011-0/+1
| | | | | | | Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com> Notes: svn path=/head/; revision=331868
* Remove some files that snuck in via cut and paste.Ian Lepore2018-02-211-1/+0
| | | | | | | | | Having these compiled into the module causes the kobj method descriptors to be resolved incorrectly (by the compile-time linker instead of the kernel linker), which then leads to hours of frustrating debugging. Notes: svn path=/head/; revision=329729
* Build at45d and mx25l SPI flash drivers as modules.Ian Lepore2018-02-191-0/+19
Notes: svn path=/head/; revision=329546