diff options
author | Jonathan Woithe <jwoithe@physics.adelaide.edu.au> | 2007-08-29 02:28:19 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-08-29 03:27:25 -0400 |
commit | d0482533c73a8685f7ce0951a10280cfd58b8825 (patch) | |
tree | 6a39c3f8ded50840ff2d8fc48f4c339307af91dd /drivers/misc/Makefile | |
parent | b07d68b5ca4d55a16fab223d63d5fb36f89ff42f (diff) |
fujitsu-laptop: create Fujitsu laptop platform specific driver
Signed-off-by: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
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 b5ce0e3dba86..be90d483d2f9 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile | |||
@@ -14,4 +14,5 @@ obj-$(CONFIG_PHANTOM) += phantom.o | |||
14 | obj-$(CONFIG_SGI_IOC4) += ioc4.o | 14 | obj-$(CONFIG_SGI_IOC4) += ioc4.o |
15 | obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o | 15 | obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o |
16 | obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o | 16 | obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o |
17 | obj-$(CONFIG_FUJITSU_LAPTOP) += fujitsu-laptop.o | ||
17 | obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o | 18 | obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o |