aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2010-10-05 09:18:30 -0400
committerMatthew Garrett <mjg@redhat.com>2010-10-21 09:36:51 -0400
commit75b2d09a295d3232fdacd0a0a07d91c6f118ca18 (patch)
tree5e4f6f4cd1ec2a99f616de9a935b417b2146584b /drivers/platform
parentintel_pmic_gpio: swap the bits and mask args for intel_scu_ipc_update_register (diff)
downloadlinux-dev-75b2d09a295d3232fdacd0a0a07d91c6f118ca18.tar.xz
linux-dev-75b2d09a295d3232fdacd0a0a07d91c6f118ca18.zip
ideapad-laptop: Fix Makefile
The makefile didn't get updated when the driver changed name, which broke the build. Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile
index 9846fa2f7cc4..b26df2eac235 100644
--- a/drivers/platform/x86/Makefile
+++ b/drivers/platform/x86/Makefile
@@ -15,7 +15,7 @@ obj-$(CONFIG_ACERHDF) += acerhdf.o
obj-$(CONFIG_HP_WMI) += hp-wmi.o
obj-$(CONFIG_TC1100_WMI) += tc1100-wmi.o
obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o
-obj-$(CONFIG_IDEAPAD_LAPTOP) += ideapad_laptop.o
+obj-$(CONFIG_IDEAPAD_LAPTOP) += ideapad-laptop.o
obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o
obj-$(CONFIG_FUJITSU_LAPTOP) += fujitsu-laptop.o
obj-$(CONFIG_PANASONIC_LAPTOP) += panasonic-laptop.o