summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe/Makefile
diff options
context:
space:
mode:
authorBenoit Parrot <bparrot@ti.com>2016-11-18 21:20:11 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-11-22 06:24:25 -0200
commite4e9aeaf8c2f6b2c4a5ca5049b9326de05384185 (patch)
treec122ffafd57929212c21d318a3ddf779d5ab315c /drivers/media/platform/ti-vpe/Makefile
parentc60b4088108c44529e6f679d9e991e3d3c945950 (diff)
downloadlinux-e4e9aeaf8c2f6b2c4a5ca5049b9326de05384185.tar.bz2
[media] media: ti-vpe: vpdma: Make vpdma library into its own module
The VPDMA (Video Port DMA) as found in devices such as DRA7xx is used for both the Video Processing Engine (VPE) and the Video Input Port (VIP). In preparation for this we need to turn vpdma into its own kernel module. Signed-off-by: Benoit Parrot <bparrot@ti.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/ti-vpe/Makefile')
-rw-r--r--drivers/media/platform/ti-vpe/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/platform/ti-vpe/Makefile b/drivers/media/platform/ti-vpe/Makefile
index e236059a60ad..faca5e115c1d 100644
--- a/drivers/media/platform/ti-vpe/Makefile
+++ b/drivers/media/platform/ti-vpe/Makefile
@@ -1,6 +1,8 @@
obj-$(CONFIG_VIDEO_TI_VPE) += ti-vpe.o
+obj-$(CONFIG_VIDEO_TI_VPDMA) += ti-vpdma.o
-ti-vpe-y := vpe.o sc.o csc.o vpdma.o
+ti-vpe-y := vpe.o sc.o csc.o
+ti-vpdma-y := vpdma.o
ccflags-$(CONFIG_VIDEO_TI_VPE_DEBUG) += -DDEBUG