aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/gpio/gpiokeys
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+2
| | | | | | | | | | | 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
* Revert r299739. That did not make it better.Bjoern A. Zeeb2016-05-141-1/+1
| | | | | | | | Instead disconnect gpiokeys from the build until it's fixed and buildable; the SUBDIR list was not ordered properly anyway ;-) Notes: svn path=/head/; revision=299740
* Blind long shot. Add ofw_gpiobus.c to the SRCS list in the hope toBjoern A. Zeeb2016-05-141-1/+1
| | | | | | | make the remaining MIPS kernels compile which set MODULES_OVERRIDE="gpio..." Notes: svn path=/head/; revision=299739
* Add loadable module for gpiokeysOleksandr Tymoshenko2016-05-121-0/+14
Notes: svn path=/head/; revision=299568