aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/ozwpan/Makefile
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-07-23 13:45:03 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-23 14:34:53 -0700
commitba628ad0baec436e9c0774a8b2125a860cc7742a (patch)
tree6d160e539c1eba090e9c3a639d73f79185b43c8e /drivers/staging/ozwpan/Makefile
parent155c71435cba5ac6761999011bc729cbd94cdac7 (diff)
staging: ozwpan: Rename Kbuild to Makefile
Rename Kbuild to usual Makefile, consistent with Kernel build structure. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 00000000000..29529c1a8e3
--- /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