Commit 5357cf32 authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman

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: default avatarViresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent f587027e
...@@ -10,12 +10,12 @@ greybus-y := core.o \ ...@@ -10,12 +10,12 @@ greybus-y := core.o \
operation.o operation.o
gb-phy-y := gpb.o \ gb-phy-y := gpb.o \
sdio-gb.o \ sdio.o \
uart-gb.o \ uart.o \
pwm-gb.o \ pwm.o \
gpio-gb.o \ gpio.o \
i2c-gb.o \ i2c.o \
usb-gb.o usb.o
obj-m += greybus.o obj-m += greybus.o
obj-m += gb-phy.o obj-m += gb-phy.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment