]> Pileus Git - ~andy/linux/blobdiff - drivers/uwb/Makefile
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb
[~andy/linux] / drivers / uwb / Makefile
index 9a67be5ac5c1a53b973013349f4dbfe888fa1f7b..257e6908304cb304075ec42e5a718626d270ab92 100644 (file)
@@ -1,4 +1,8 @@
 obj-$(CONFIG_UWB)              += uwb.o
+obj-$(CONFIG_UWB_WLP)          += wlp/
+obj-$(CONFIG_UWB_WHCI)         += umc.o whci.o whc-rc.o
+obj-$(CONFIG_UWB_HWA)          += hwa-rc.o
+obj-$(CONFIG_UWB_I1480U)       += i1480/
 
 uwb-objs :=            \
        address.o       \
@@ -18,3 +22,8 @@ uwb-objs :=           \
        scan.o          \
        uwb-debug.o     \
        uwbd.o
+
+umc-objs :=            \
+       umc-bus.o       \
+       umc-dev.o       \
+       umc-drv.o