diff options
author | Vladimir Lebedev <vladimir.p.lebedev@intel.com> | 2007-03-19 10:45:50 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-03-22 01:15:58 -0400 |
commit | 84cb55987236ffea062a35fbe1441768b6bb2722 (patch) | |
tree | 575cf2788d13b45d6ba565634e583cec4206262e /drivers/acpi | |
parent | b4150fc4ae20621edf2f8e1ea5ce13eb2c803e7a (diff) |
ACPI: sbs: remove I2C Makefile hooks
SBS does not depend on I2C.
i2c_ec.h and i2c_ec.c are not needed
Signed-off-by: Vladimir Lebedev <vladimir.p.lebedev@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index 5956e9f64a8b..55bbc404e5ef 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile | |||
@@ -59,4 +59,4 @@ obj-$(CONFIG_ACPI_IBM) += ibm_acpi.o | |||
59 | obj-$(CONFIG_ACPI_TOSHIBA) += toshiba_acpi.o | 59 | obj-$(CONFIG_ACPI_TOSHIBA) += toshiba_acpi.o |
60 | obj-$(CONFIG_ACPI_HOTPLUG_MEMORY) += acpi_memhotplug.o | 60 | obj-$(CONFIG_ACPI_HOTPLUG_MEMORY) += acpi_memhotplug.o |
61 | obj-y += cm_sbs.o | 61 | obj-y += cm_sbs.o |
62 | obj-$(CONFIG_ACPI_SBS) += i2c_ec.o sbs.o | 62 | obj-$(CONFIG_ACPI_SBS) += sbs.o |