summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/Makefile
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-05-09 18:15:13 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-05-14 19:13:57 +0200
commita4b9a098f27a653884d259ad4ca3500d4ad3107f (patch)
treecb659ff721e7e57eed7d58ad64f88741b9080a84 /drivers/staging/greybus/Makefile
parentea7c47771ba13e143b3c328af8e03a1c45045cf0 (diff)
downloadlinux-a4b9a098f27a653884d259ad4ca3500d4ad3107f.tar.bz2
greybus: gpbridge: Rename gb-phy.ko module
Rename gb-phy.ko module as gb-gpbridge.ko. Tested on EVT 1.5 by inserting GP test module, all the devices were enumerated correctly. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/Makefile')
-rw-r--r--drivers/staging/greybus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile
index 592525ce7e8b..2680f7e7dc4a 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -14,7 +14,7 @@ greybus-y := core.o \
operation.o \
legacy.o
-gb-phy-y := gpbridge.o
+gb-gpbridge-y := gpbridge.o
# Prefix all modules with gb-
gb-vibrator-y := vibrator.o
@@ -42,7 +42,7 @@ gb-i2c-y := i2c.o
gb-usb-y := usb.o
obj-m += greybus.o
-obj-m += gb-phy.o
+obj-m += gb-gpbridge.o
obj-m += gb-vibrator.o
obj-m += gb-power-supply.o
obj-m += gb-loopback.o