aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ozwpan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/ozwpan/Makefile')
-rw-r--r--drivers/staging/ozwpan/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/staging/ozwpan/Makefile b/drivers/staging/ozwpan/Makefile
new file mode 100644
index 000000000000..29529c1a8e3c
--- /dev/null
+++ b/drivers/staging/ozwpan/Makefile
@@ -0,0 +1,16 @@
+# -----------------------------------------------------------------------------
+# Copyright (c) 2011 Ozmo Inc
+# Released under the GNU General Public License Version 2 (GPLv2).
+# -----------------------------------------------------------------------------
+
+obj-$(CONFIG_USB_WPAN_HCD) += ozwpan.o
+ozwpan-y := \
+ ozmain.o \
+ ozpd.o \
+ ozusbsvc.o \
+ ozusbsvc1.o \
+ ozhcd.o \
+ ozeltbuf.o \
+ ozproto.o \
+ ozcdev.o \
+ ozurbparanoia.o