aboutsummaryrefslogtreecommitdiff
path: root/drivers/uwb/Makefile
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@csr.com>2008-09-17 16:34:13 +0100
committerDavid Vrabel <dv02@dv02pc01.europe.root.pri>2008-09-17 16:54:26 +0100
commit8f1b678ab900c2bda1620dfb6e1f1f02604fc3a2 (patch)
treef85bc7141e6d242ae0d1e7f4ebb1fddf12455f6e /drivers/uwb/Makefile
parentda389eac31be24556a71dd59ea6539ae4cba5c15 (diff)
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 \