aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/Makefile
diff options
context:
space:
mode:
authorVaibhav Hiremath <hiremath_vaibhav@projectara.com>2015-12-16 16:29:18 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2015-12-22 17:40:43 -0800
commit7fa60654752bd4fbbe1e35e310a4bc96b6a3dec3 (patch)
tree4758f9c331898773f5618a895b47e819a63a8733 /drivers/staging/greybus/Makefile
parentgreybus: db3(arche)-platform: Remove all APB control code (diff)
downloadlinux-dev-7fa60654752bd4fbbe1e35e310a4bc96b6a3dec3.tar.xz
linux-dev-7fa60654752bd4fbbe1e35e310a4bc96b6a3dec3.zip
greybus: arche-platform: Rename db3-platform to arche-platform
With multiple platforms getting rolled into ara, db3 name is confusing. And this driver is applicable to all arche platforms, so make sense to rename it to arche-platform.c. Also rename all internal functions accordingly. Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@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 29c4c8b25f13..bc4de85b0552 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -28,7 +28,7 @@ gb-light-y := light.o
gb-raw-y := raw.o
gb-hid-y := hid.o
gb-es2-y := es2.o
-gb-db3-y := db3-platform.o
+gb-arche-y := arche-platform.o
gb-audio-codec-y := audio-codec.o
gb-camera-y := camera.o
@@ -41,7 +41,7 @@ obj-m += gb-light.o
obj-m += gb-hid.o
obj-m += gb-raw.o
obj-m += gb-es2.o
-obj-m += gb-db3.o
+obj-m += gb-arche.o
obj-m += gb-audio-codec.o
obj-m += gb-camera.o