diff options
author | Thomas Sujith <sujith.thomas@intel.com> | 2008-01-24 22:45:44 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-01 23:20:57 -0500 |
commit | cc0573b3250214034062ddf8c64359596d8af521 (patch) | |
tree | b6992d9c4101ce7ce92a748b0ada486350eac2de /drivers/misc/Makefile | |
parent | 041d4bbf128f645fe53bb22309efb9db14dbf5b5 (diff) |
intel_menlo: introduce new platform specific driver
Intel menlow platform specific driver for thermal management extension.
Signed-off-by: Thomas Sujith <sujith.thomas@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 87f2685d728f..a9e8faffc1b1 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile | |||
@@ -17,3 +17,4 @@ obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o | |||
17 | obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o | 17 | obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o |
18 | obj-$(CONFIG_FUJITSU_LAPTOP) += fujitsu-laptop.o | 18 | obj-$(CONFIG_FUJITSU_LAPTOP) += fujitsu-laptop.o |
19 | obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o | 19 | obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o |
20 | obj-$(CONFIG_INTEL_MENLOW) += intel_menlow.o | ||