aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/gpio/gpioiic
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
* Fix parallel builds by specifying *all* required headers in SRCS.Ian Lepore2016-05-271-1/+1
| | | | | | | | Submitted by: manu Pointy hat: ian Notes: svn path=/head/; revision=300823
* Inspired by r262522, fix make depend. This fixes the build of gpio modules.Luiz Otavio O Souza2014-02-271-0/+1
| | | | | | | Approved by: adrian (mentor) Notes: svn path=/head/; revision=262559
* Allow building the GPIO bus and associated bits as modules.Adrian Chadd2012-01-151-0/+40
This is primarily done to save a few bytes here and there on embedded systems with limited flash space for kernels - a very limited (sub-1MB) space may be available for the kernel and may only support gzip encoding. The rootfs can be LZMA compressed. Notes: svn path=/head/; revision=230150