summaryrefslogtreecommitdiffstats
path: root/sys/modules/firewire/fwip
Commit message (Collapse)AuthorAgeFilesLines
* Fix buildworld -DMODULES_WITH_WORLDuqs2011-04-051-1/+1
|
* Remove opt_mac.h generation for various kernel modules that no longerrwatson2009-06-061-1/+1
| | | | | | require it. Submitted by: pjd
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-141-0/+2
| | | | | | | | | | | | | | 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
* Add fwip module.dfr2004-07-121-0/+19
Submitted by: simokawa
OpenPOWER on IntegriCloud