diff options
author | Jonathan Woithe <jwoithe@physics.adelaide.edu.au> | 2007-08-29 15:58:19 +0930 |
---|---|---|
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) | |
download | linux-3.10-d0482533c73a8685f7ce0951a10280cfd58b8825.tar.gz linux-3.10-d0482533c73a8685f7ce0951a10280cfd58b8825.tar.bz2 linux-3.10-d0482533c73a8685f7ce0951a10280cfd58b8825.zip |
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 b5ce0e3dba8..be90d483d2f 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -14,4 +14,5 @@ obj-$(CONFIG_PHANTOM) += phantom.o obj-$(CONFIG_SGI_IOC4) += ioc4.o obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o +obj-$(CONFIG_FUJITSU_LAPTOP) += fujitsu-laptop.o obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o |