aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bytgpio
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
* [intelspi][bytgio] Fix buildworld with MODULES_WITH_WORLD setOleksandr Tymoshenko2017-03-021-1/+1
| | | | | | | | | | | Add opt_platform.h and opt_acpi.h to the dependencies so modules can be built as a part of buildworld when MODULES_WITH_WORLD is set Reported by: Andre Albsmeier (for 11-stable) MFC after: 1 day Notes: svn path=/head/; revision=314535
* r308942 broke kernel build.Hiren Panchasara2016-11-211-1/+1
| | | | | | | | | Add acpi_if.h to module makefile to fix it. Submitted by: peter Notes: svn path=/head/; revision=308944
* [bytgpio] Add module for bytgpio(4)Oleksandr Tymoshenko2016-11-211-0/+8
MFC after: 3 days Notes: svn path=/head/; revision=308942