Files
haiku-beta6/src/add-ons/kernel/drivers/power/x86_cpuidle/Jamfile
T
Yongcong Du 71d9d375b8 cpuidle: move generic cpuidle to generic
After this change, low level cpuidle drivers load the generic cpuidle
module if they can support the underlying platform.

change the intel cpuidle driver accordingly, now it's loaded by acpi
bus manager during boot, although it doesn't depend on acpi

Signed-off-by: Fredrik Holmqvist <[email protected]>
2012-11-18 17:39:19 +01:00

11 lines
188 B
Plaintext

SubDir HAIKU_TOP src add-ons kernel drivers power x86_cpuidle ;
UsePrivateKernelHeaders ;
KernelAddon x86_cpuidle :
acpi_cpuidle.cpp
intel_cpuidle.cpp
;
Depends x86_cpuidle : acpi ;