aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/spi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in current: (cherry picked from commit 031beb4e239b)
* Build at45d and mx25l SPI flash drivers as modules.Ian Lepore2018-02-191-0/+2
| | | | Notes: svn path=/head/; revision=329546
* Add modules/spi as a gathering point for SPI-related modules, analagous toIan Lepore2018-02-191-0/+7
modules/i2c for i2c/iicbus modules. Build spibus as a module. Notes: svn path=/head/; revision=329544