summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/Makefile
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-01-21 16:10:40 +0530
committerGreg Kroah-Hartman <greg@kroah.com>2015-01-22 11:27:20 +0800
commit5357cf323110ee4a3f4a12870618eca28672c7b9 (patch)
tree720634bcfef7037f5431f06ffdc63dd69f74c20a /drivers/staging/greybus/Makefile
parentf587027e793cf8947c7cc408a2167db2b8218b15 (diff)
greybus: Remove "-gb" suffix from .c files
Some files are prefixed with "gb-" and some are suffixed with "-gb". The rationale behind the first one is that the modules would be named so, i.e. gb-*.ko. But there is no reason to keep the "-gb" suffix in the second case. Remove the unnecessary suffix. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/Makefile')
-rw-r--r--drivers/staging/greybus/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile
index a5d5470974ba..55b4a37c58fb 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -10,12 +10,12 @@ greybus-y := core.o \
operation.o
gb-phy-y := gpb.o \
- sdio-gb.o \
- uart-gb.o \
- pwm-gb.o \
- gpio-gb.o \
- i2c-gb.o \
- usb-gb.o
+ sdio.o \
+ uart.o \
+ pwm.o \
+ gpio.o \
+ i2c.o \
+ usb.o
obj-m += greybus.o
obj-m += gb-phy.o