aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cfi/Makefile
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/
* Remove kernel support for armebWarner Losh2018-07-171-8/+1
| | | | | | | | | | Remove all the big-endian arm architectures (ixp425 and ixp435) support in the kernel and associated drivers. Differential Revision: https://reviews.freebsd.org/D16257 Notes: svn path=/head/; revision=336436
* 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
* Add header required by cfi_bus_fdt.c.Marius Strobl2011-12-301-2/+2
| | | | Notes: svn path=/head/; revision=229032
* Add a module for cfi(4). Build only for arm and powerpc, as there areMarcel Moolenaar2011-12-301-0/+19
only bus attachments only for these. Notes: svn path=/head/; revision=228981