diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-03 16:19:47 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-11 12:23:22 -0800 |
commit | d189164a2426a5169117cfe154186c2f999ada87 (patch) | |
tree | dd8d99ce029c55620cc26f47128881efee828214 /drivers/staging/samsung-laptop/Makefile | |
parent | 5beef3c9bf7f967a4a70ddb0108fd3e459fed133 (diff) |
Staging: add Samsung Laptop driver
This is a drive for the Samsung N128 laptop to control the wireless LED
and backlight.
Many thanks to Joey Lee for his help in testing and finding all of my
bugs in the development of this driver, it has been invaluable.
Cc: Joey Lee <jlee@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/samsung-laptop/Makefile')
-rw-r--r-- | drivers/staging/samsung-laptop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/samsung-laptop/Makefile b/drivers/staging/samsung-laptop/Makefile new file mode 100644 index 00000000000..3c6f4204521 --- /dev/null +++ b/drivers/staging/samsung-laptop/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_SAMSUNG_LAPTOP) += samsung-laptop.o |