staging: ozwpan: Rename Kbuild to Makefile
authorJoe Perches <joe@perches.com>
Tue, 23 Jul 2013 12:45:03 +0000 (13:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 21:34:53 +0000 (14:34 -0700)
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>
drivers/staging/ozwpan/Kbuild [deleted file]
drivers/staging/ozwpan/Makefile [new file with mode: 0644]

diff --git a/drivers/staging/ozwpan/Kbuild b/drivers/staging/ozwpan/Kbuild
deleted file mode 100644 (file)
index 29529c1..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# -----------------------------------------------------------------------------
-# 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
diff --git a/drivers/staging/ozwpan/Makefile b/drivers/staging/ozwpan/Makefile
new file mode 100644 (file)
index 0000000..29529c1
--- /dev/null
@@ -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