summaryrefslogtreecommitdiff
path: root/drivers/staging/vc04_services/Makefile
diff options
context:
space:
mode:
authorOjaswin Mujoo <ojaswin98@gmail.com>2021-07-21 19:20:51 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-27 16:23:25 +0300
commitf05916281fd75db2fe32294e26c04d666c762370 (patch)
tree8dbf29a1e2209bfd6c0b3e37b788c2cb71e92b8e /drivers/staging/vc04_services/Makefile
parentc405028f471d6a7fd694cda34a9135345f80d88b (diff)
downloadlinux-f05916281fd75db2fe32294e26c04d666c762370.tar.xz
staging: vchiq: Move vchiq char driver to its own file
Split the initialization code of vchiq char driver and device files from that of vchiq platform. The char driver code now resides in vchiq_dev.c and the platform code resides in the original vchiq_arm.c file. This commit focuses on separating the code into different files while maintaining the same functionality. It does not completely decouple them as the cdev init code is still called from the platform's vchiq_probe() function. Reviewed-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Ojaswin Mujoo <ojaswin98@gmail.com> Link: https://lore.kernel.org/r/ed53690e217f631b746aad0585fccaa6fb1453c1.1626882325.git.ojaswin98@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services/Makefile')
-rw-r--r--drivers/staging/vc04_services/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/vc04_services/Makefile b/drivers/staging/vc04_services/Makefile
index e21e73ae3cc6..db28be341239 100644
--- a/drivers/staging/vc04_services/Makefile
+++ b/drivers/staging/vc04_services/Makefile
@@ -7,6 +7,7 @@ vchiq-objs := \
interface/vchiq_arm/vchiq_2835_arm.o \
interface/vchiq_arm/vchiq_debugfs.o \
interface/vchiq_arm/vchiq_connected.o \
+ interface/vchiq_arm/vchiq_dev.o \
obj-$(CONFIG_SND_BCM2835) += bcm2835-audio/
obj-$(CONFIG_VIDEO_BCM2835) += bcm2835-camera/