aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorMattia Dongili <malattia@linux.it>2007-02-07 20:01:53 +0100
committerLen Brown <len.brown@intel.com>2007-02-13 03:06:53 -0500
commit91fbc1d311c1b8b71203b96f1a0629da7360eb4c (patch)
treeabfece8382c2758bec65889443396d3a2f7d66c6 /drivers/misc/Makefile
parentsony_acpi: Fix sony_acpi backlight registration and unregistration (diff)
downloadlinux-dev-91fbc1d311c1b8b71203b96f1a0629da7360eb4c.tar.xz
linux-dev-91fbc1d311c1b8b71203b96f1a0629da7360eb4c.zip
sony-laptop: create from sony_acpi
Move drivers/acpi/sony_acpi.c to drivers/misc/sony-laptop.c with all the necessary configuration. The SONY_LAPTOP config option substitutes the old ACPI_SONY and is 'default n' now. Signed-off-by: Mattia Dongili <malattia@linux.it> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index c9e98ab021c5..f86f9dcfcfe5 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -10,3 +10,4 @@ obj-$(CONFIG_LKDTM) += lkdtm.o
obj-$(CONFIG_TIFM_CORE) += tifm_core.o
obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o
obj-$(CONFIG_SGI_IOC4) += ioc4.o
+obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o