diff options
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | 2008-09-17 11:34:15 -0400 |
---|---|---|
committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | 2008-09-17 11:54:26 -0400 |
commit | de520b8bd5525d33e6a6f36b297836125736bd2a (patch) | |
tree | b852d4fe2d38f3ec4c481ac49029b7b105eed7d4 /drivers/uwb/Makefile | |
parent | b6e069830c5927fd4d5fce67cb6440fddd10d429 (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/Makefile | 1 |
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 @@ | |||
1 | obj-$(CONFIG_UWB) += uwb.o | 1 | obj-$(CONFIG_UWB) += uwb.o |
2 | obj-$(CONFIG_UWB_WHCI) += umc.o whci.o whc-rc.o | 2 | obj-$(CONFIG_UWB_WHCI) += umc.o whci.o whc-rc.o |
3 | obj-$(CONFIG_UWB_HWA) += hwa-rc.o | ||
3 | 4 | ||
4 | uwb-objs := \ | 5 | uwb-objs := \ |
5 | address.o \ | 6 | address.o \ |