aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ctau
Commit message (Collapse)AuthorAgeFilesLines
* Remove ctau module subdir, missed in r359178Ed Maste2020-03-201-27/+0
| | | | Notes: svn path=/head/; revision=359180
* 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
* Let modules use the kernel's opt_*.h files if built along withYaroslav Tykhiy2005-10-141-16/+6
| | | | | | | | | | | | | | | | | 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
* 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
* Clean CLEANFILES.Roman Kurakin2004-06-231-1/+1
| | | | Notes: svn path=/head/; revision=130977
* 1. Add modules makefile for Cronyx Tau/ISA driver (ctau).Roman Kurakin2004-03-021-0/+37
Approved by: imp (mentor) Notes: svn path=/head/; revision=126494