aboutsummaryrefslogtreecommitdiff
path: root/drivers/uwb/Makefile
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2008-09-17 16:34:14 +0100
committerDavid Vrabel <dv02@dv02pc01.europe.root.pri>2008-09-17 16:54:26 +0100
commitb6e069830c5927fd4d5fce67cb6440fddd10d429 (patch)
tree327e353297abb1a78edae7ded970c293b1a84d8d /drivers/uwb/Makefile
parent8f1b678ab900c2bda1620dfb6e1f1f02604fc3a2 (diff)
uwb: add whc-rc radio control driver
Add the driver for WHCI radio controllers. 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 b054471af28..bdcb494b00e 100644
--- a/drivers/uwb/Makefile
+++ b/drivers/uwb/Makefile
@@ -1,5 +1,5 @@
obj-$(CONFIG_UWB) += uwb.o
-obj-$(CONFIG_UWB_WHCI) += umc.o whci.o
+obj-$(CONFIG_UWB_WHCI) += umc.o whci.o whc-rc.o
uwb-objs := \
address.o \