aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/fdt
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-162-2/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Add another required header file.Ian Lepore2019-03-011-0/+1
| | | | | | | | | For some reason this seems to be required on aarch64, but I can build armv7 from clean without needing this in the list. (The file does get included, so the mystery is why armv7 works.) Notes: svn path=/head/; revision=344686
* Add required header file to SRCS.Ian Lepore2019-03-011-0/+1
| | | | Notes: svn path=/head/; revision=344685
* Make it possible to load fdt_slicer as a module (unloading works too fwiw).Ian Lepore2019-02-262-0/+20
Notes: svn path=/head/; revision=344609