aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/rpi_ft5406
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/
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* [rpi_ft5406] Add missing dependency on mbox_if.hOleksandr Tymoshenko2016-11-121-1/+1
| | | | | | | | Submitted by: hselasky MFC after: ASAP Notes: svn path=/head/; revision=308581
* Add rpi_ft5406 module and add it to extra modules in Raspberry Pi configsOleksandr Tymoshenko2016-10-031-0/+10
Notes: svn path=/head/; revision=306619