aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cp
Commit message (Collapse)AuthorAgeFilesLines
* Disable new clang 10.0.0 warnings about misleading indentation in ce(4)Dimitry Andric2020-02-131-0/+2
| | | | | | | | | | and cp(4). These are false positives, since some of the driver source has been deliberately obfuscated. Notes: svn path=/projects/clang1000-import/; revision=357872
* 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
* Per email to arch@ a little while ago (that was greeted with silence),Warner Losh2008-09-011-2/+2
| | | | | | | | prefer the more common > ${.TARGET} over > opt_foo.h in modules makefiles. Notes: svn path=/head/; revision=182668
* NO_MAN is not needed here.Ruslan Ermilov2006-03-161-1/+0
| | | | Notes: svn path=/head/; revision=156775
* Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy2005-10-141-17/+7
| | | | | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64 Notes: svn path=/head/; revision=151350
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* Mechanically tidy up the contents of CLEANFILES:M*.h: kmod.mkRuslan Ermilov2004-09-011-1/+1
| | | | | | | automatically removes opt_*.h and if_*.h found in SRCS. Notes: svn path=/head/; revision=134593
* Add support for Cronyx Tau-PCI adapters.Roman Kurakin2004-05-051-0/+39
Notes: svn path=/head/; revision=128968