summaryrefslogtreecommitdiffstats
path: root/drivers/uwb/Makefile
diff options
context:
space:
mode:
authorDavid Vrabel2008-09-17 17:34:13 +0200
committerDavid Vrabel2008-09-17 17:54:26 +0200
commit8f1b678ab900c2bda1620dfb6e1f1f02604fc3a2 (patch)
treef85bc7141e6d242ae0d1e7f4ebb1fddf12455f6e /drivers/uwb/Makefile
parentuwb: add the umc bus (diff)
downloadkernel-qcow2-linux-8f1b678ab900c2bda1620dfb6e1f1f02604fc3a2.tar.gz
kernel-qcow2-linux-8f1b678ab900c2bda1620dfb6e1f1f02604fc3a2.tar.xz
kernel-qcow2-linux-8f1b678ab900c2bda1620dfb6e1f1f02604fc3a2.zip
uwb: add the driver to enumerate WHCI capabilities
This enumerates the capabilties of a WHCI device, adding a umc device for each one. Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/Makefile')
-rw-r--r--drivers/uwb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uwb/Makefile b/drivers/uwb/Makefile
index 41c9fca5f875..b054471af28d 100644
--- a/drivers/uwb/Makefile
+++ b/drivers/uwb/Makefile
@@ -1,5 +1,5 @@
obj-$(CONFIG_UWB) += uwb.o
-obj-$(CONFIG_UWB_WHCI) += umc.o
+obj-$(CONFIG_UWB_WHCI) += umc.o whci.o
uwb-objs := \
address.o \