aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/s5p-g2d/Makefile
diff options
context:
space:
mode:
authorKamil Debski <k.debski@samsung.com>2011-10-06 11:32:12 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-08 10:11:16 -0200
commit918847341af0f5f1907fc0b52549f0dc29192c03 (patch)
tree1d083b6a97721ea71913ac1a16237cf5a1601c6b /drivers/media/video/s5p-g2d/Makefile
parent8c8ee11345fa26e46cbc9ec88581736e38915b16 (diff)
[media] v4l: add G2D driver for s5p device family
G2D is a 2D graphics accelerator engine present in the s5p family of Samsung SoCs. It is capable of bitblt and raster operations on images having dimensions of up to 8000x8000. Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/s5p-g2d/Makefile')
-rw-r--r--drivers/media/video/s5p-g2d/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/s5p-g2d/Makefile b/drivers/media/video/s5p-g2d/Makefile
new file mode 100644
index 00000000000..2c48c416a80
--- /dev/null
+++ b/drivers/media/video/s5p-g2d/Makefile
@@ -0,0 +1,3 @@
+s5p-g2d-objs := g2d.o g2d-hw.o
+
+obj-$(CONFIG_VIDEO_SAMSUNG_S5P_G2D) += s5p-g2d.o