diff options
author | Len Brown <len.brown@intel.com> | 2008-12-11 14:37:26 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-12-19 04:42:33 -0500 |
commit | b4f9fe12157a33351d0df78e925dcacd13252783 (patch) | |
tree | 611d04e71e307c1e6fcfe0d71fe3c3e5be29e8a4 /drivers/acpi/Makefile | |
parent | 41b16dce390510f550a4d2b12b98e0258bbed6e2 (diff) |
ACPI: move wmi, asus_acpi, toshiba_acpi to drivers/platform/x86
These are platform specific drivers that happen to use ACPI,
while drivers/acpi/ is for code that implements ACPI itself.
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Makefile')
-rw-r--r-- | drivers/acpi/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index 3c0c93300f12..f64af36b780e 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile | |||
@@ -59,9 +59,6 @@ obj-y += power.o | |||
59 | obj-$(CONFIG_ACPI_SYSTEM) += system.o event.o | 59 | obj-$(CONFIG_ACPI_SYSTEM) += system.o event.o |
60 | obj-$(CONFIG_ACPI_DEBUG) += debug.o | 60 | obj-$(CONFIG_ACPI_DEBUG) += debug.o |
61 | obj-$(CONFIG_ACPI_NUMA) += numa.o | 61 | obj-$(CONFIG_ACPI_NUMA) += numa.o |
62 | obj-$(CONFIG_ACPI_WMI) += wmi.o | ||
63 | obj-$(CONFIG_ACPI_ASUS) += asus_acpi.o | ||
64 | obj-$(CONFIG_ACPI_TOSHIBA) += toshiba_acpi.o | ||
65 | obj-$(CONFIG_ACPI_HOTPLUG_MEMORY) += acpi_memhotplug.o | 62 | obj-$(CONFIG_ACPI_HOTPLUG_MEMORY) += acpi_memhotplug.o |
66 | obj-$(CONFIG_ACPI_PROCFS_POWER) += cm_sbs.o | 63 | obj-$(CONFIG_ACPI_PROCFS_POWER) += cm_sbs.o |
67 | obj-$(CONFIG_ACPI_SBS) += sbshc.o | 64 | obj-$(CONFIG_ACPI_SBS) += sbshc.o |