freebsd-dev/sys/modules/acpi
Yaroslav Tykhiy 822923447e Let modules use the kernel's opt_*.h files if built along with
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
2005-10-14 23:30:17 +00:00
..
acpi Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
acpi_asus Remove the addition of ACPI_DEBUG that was accidentally added in the last 2004-12-13 03:23:08 +00:00
acpi_fujitsu Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops. 2005-03-18 08:48:10 +00:00
acpi_ibm Make this compile when you don't have /sys. 2004-12-13 04:59:35 +00:00
acpi_panasonic After discussions with Nate, repo copy the acpi assist drivers from 2004-11-15 05:54:15 +00:00
acpi_sony After discussions with Nate, repo copy the acpi assist drivers from 2004-11-15 05:54:15 +00:00
acpi_toshiba After discussions with Nate, repo copy the acpi assist drivers from 2004-11-15 05:54:15 +00:00
acpi_video Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
Makefile Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops. 2005-03-18 08:48:10 +00:00
Makefile.inc Include "../Makefile.inc" to propagate the configuration to subdirectories. 2004-01-13 13:08:27 +00:00