freebsd-dev/sys/i386/acpica
Ruslan Ermilov 4962065404 Refine previous revision to allow acpi_wakecode.h to be safely built
from both the acpi module build directory and a kernel build directory.
The latter didn't work when one attempted to build a kernel which had
"device acpi" with the "make kernel-toolchain buildkernel" command
because a cross-compiler couldn't find anything in the standard system
include path (it's empty in the kernel-toolchain case).

Fix this by passing a better root path to kernel headers (src/sys)
which works for both cases, kernel and module (-I@ only worked for
module).

Also, while here, pass -nostdinc (and a different spelling for icc) --
it's a feature that the kernel source tree is self-contained, and this
change enforces this.

Reported by:	glebius
2006-09-06 14:23:40 +00:00
..
acpi_machdep.c First pass at allowing memory to be mapped using cache modes other than 2006-08-11 19:22:57 +00:00
acpi_wakecode.S Minor tweaks to the resume code. Previous commit reverted alignment back 2006-06-10 08:20:03 +00:00
acpi_wakeup.c If a beep was enabled, turn it off 3 seconds after resume. 2006-08-08 01:30:54 +00:00
genwakecode.sh Only export defined symbols. Note that I couldn't find any difference 2004-12-12 06:59:14 +00:00
madt.c First pass at allowing memory to be mapped using cache modes other than 2006-08-11 19:22:57 +00:00
Makefile Refine previous revision to allow acpi_wakecode.h to be safely built 2006-09-06 14:23:40 +00:00
OsdEnvironment.c Canonize the include of acpi.h. 2005-09-11 18:39:03 +00:00