aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/poch/Makefile
diff options
context:
space:
mode:
authorVijay Kumar <vijaykumar@bravegnu.org>2008-10-19 08:58:46 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2008-10-22 09:56:36 -0700
commita14edddac99eff625cfcb44829ce206ec04be71a (patch)
tree5872a03d93c3343275cc322d9a475b2a742ace64 /drivers/staging/poch/Makefile
parentStaging: wlan-ng: fix build error if wireless networking is not enabled (diff)
downloadlinux-dev-a14edddac99eff625cfcb44829ce206ec04be71a.tar.xz
linux-dev-a14edddac99eff625cfcb44829ce206ec04be71a.zip
Staging: add poch driver
This is the first cut at a driver for the Redrapids Pocket Change CardBus devices. Receiving data seems to work properly, but overflows happen on transmit. Still needs more hardware debugging to work properly. (cleaned up to use proper driver core api functions by Greg) From: Vijay Kumar <vijaykumar@bravegnu.org> Cc: Alexey Zaytsev <alexey.zaytsev@gmail.com> Cc: Jaya Kumar <jayakumar.lkml@gmail.com> Cc: Ken Sienski <sienski@redrapids.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/poch/Makefile')
-rw-r--r--drivers/staging/poch/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/poch/Makefile b/drivers/staging/poch/Makefile
new file mode 100644
index 000000000000..d2b96805cb9e
--- /dev/null
+++ b/drivers/staging/poch/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_POCH) += poch.o