aboutsummaryrefslogtreecommitdiff
path: root/drivers/uwb/Makefile
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2008-09-17 16:34:15 +0100
committerDavid Vrabel <dv02@dv02pc01.europe.root.pri>2008-09-17 16:54:26 +0100
commitde520b8bd5525d33e6a6f36b297836125736bd2a (patch)
treeb852d4fe2d38f3ec4c481ac49029b7b105eed7d4 /drivers/uwb/Makefile
parentb6e069830c5927fd4d5fce67cb6440fddd10d429 (diff)
uwb: add HWA radio controller driver
Add a driver for USB-connected UWB radio controllers (HWAs). Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/Makefile')
-rw-r--r--drivers/uwb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/uwb/Makefile b/drivers/uwb/Makefile
index bdcb494b00e0..6bdb8e7f91ce 100644
--- a/drivers/uwb/Makefile
+++ b/drivers/uwb/Makefile
@@ -1,5 +1,6 @@
obj-$(CONFIG_UWB) += uwb.o
obj-$(CONFIG_UWB_WHCI) += umc.o whci.o whc-rc.o
+obj-$(CONFIG_UWB_HWA) += hwa-rc.o
uwb-objs := \
address.o \