summaryrefslogtreecommitdiffstats
path: root/drivers/staging/keucr/Makefile
diff options
context:
space:
mode:
authorAl Cho2010-09-08 09:42:32 +0200
committerGreg Kroah-Hartman2010-09-08 11:49:39 +0200
commit126bb03b461c2f03f2d2a43b9a587941bf146e0e (patch)
tree3ad752751a377039901cf00db8c0e47f26b7b9f5 /drivers/staging/keucr/Makefile
parentstaging: xgifb: Removes unnecesary log (diff)
downloadkernel-qcow2-linux-126bb03b461c2f03f2d2a43b9a587941bf146e0e.tar.gz
kernel-qcow2-linux-126bb03b461c2f03f2d2a43b9a587941bf146e0e.tar.xz
kernel-qcow2-linux-126bb03b461c2f03f2d2a43b9a587941bf146e0e.zip
Staging: add USB ENE card reader driver
This driver is for the ENE card reader that can be found in many different laptops. It was written by ENE, but cleaned up to work properly in the kernel tree by Novell. Signed-off-by: Al Cho <acho@novell.com> Cc: <yiyingc@ene.com.tw> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/keucr/Makefile')
-rw-r--r--drivers/staging/keucr/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/staging/keucr/Makefile b/drivers/staging/keucr/Makefile
new file mode 100644
index 000000000000..2a4200f019d2
--- /dev/null
+++ b/drivers/staging/keucr/Makefile
@@ -0,0 +1,16 @@
+EXTRA_CFLAGS += -Idrivers/scsi
+
+obj-$(CONFIG_USB_ENESTORAGE) += keucr.o
+
+keucr-objs := \
+ usb.o \
+ scsiglue.o \
+ transport.o \
+ init.o \
+ sdscsi.o \
+ msscsi.o \
+ ms.o \
+ smscsi.o \
+ smilmain.o \
+ smilsub.o \
+ smilecc.o