diff options
author | David Vrabel <david.vrabel@csr.com> | 2008-09-17 11:34:12 -0400 |
---|---|---|
committer | David Vrabel <dv02@dv02pc01.europe.root.pri> | 2008-09-17 11:54:25 -0400 |
commit | da389eac31be24556a71dd59ea6539ae4cba5c15 (patch) | |
tree | 2352d3f63ab00b6be124cde7891f7ad6fafd824e /drivers/uwb/Makefile | |
parent | 2f86c3e67d6423d6d23ee2f737ad4f0730435742 (diff) |
uwb: add the umc bus
The UMC bus is used for the capabilities exposed by a UWB Multi-interface
Controller as described in the WHCI specification.
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/Makefile')
-rw-r--r-- | drivers/uwb/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/uwb/Makefile b/drivers/uwb/Makefile index 9a67be5ac5c1..41c9fca5f875 100644 --- a/drivers/uwb/Makefile +++ b/drivers/uwb/Makefile | |||
@@ -1,4 +1,5 @@ | |||
1 | obj-$(CONFIG_UWB) += uwb.o | 1 | obj-$(CONFIG_UWB) += uwb.o |
2 | obj-$(CONFIG_UWB_WHCI) += umc.o | ||
2 | 3 | ||
3 | uwb-objs := \ | 4 | uwb-objs := \ |
4 | address.o \ | 5 | address.o \ |
@@ -18,3 +19,8 @@ uwb-objs := \ | |||
18 | scan.o \ | 19 | scan.o \ |
19 | uwb-debug.o \ | 20 | uwb-debug.o \ |
20 | uwbd.o | 21 | uwbd.o |
22 | |||
23 | umc-objs := \ | ||
24 | umc-bus.o \ | ||
25 | umc-dev.o \ | ||
26 | umc-drv.o | ||