summaryrefslogtreecommitdiff
path: root/drivers/staging/media/hantro/Makefile
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2019-06-12 12:39:06 +0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-12 17:30:45 +0300
commita29add8c9bb29dfa8dc47c71b2702e9cc4f332a6 (patch)
tree1dc645cbda060ff13f563efb2c4539efd8fc90eb /drivers/staging/media/hantro/Makefile
parent4e8c120de9268fc26f583268b9d22e7d37c4595f (diff)
downloadlinux-a29add8c9bb29dfa8dc47c71b2702e9cc4f332a6.tar.xz
media: rockchip/vpu: rename from rockchip to hantro
Rename the driver and all relevant identifiers from Rockchip to Hantro, as other Hantro IP based VPU implementations can be supported by the same driver. The RK3288 decoder is Hantro G1 based, the encoder is Hantro H1. This patch just renames, no functional changes. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/staging/media/hantro/Makefile')
-rw-r--r--drivers/staging/media/hantro/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/staging/media/hantro/Makefile b/drivers/staging/media/hantro/Makefile
new file mode 100644
index 000000000000..1584acdbf4a3
--- /dev/null
+++ b/drivers/staging/media/hantro/Makefile
@@ -0,0 +1,15 @@
+obj-$(CONFIG_VIDEO_HANTRO) += hantro-vpu.o
+
+hantro-vpu-y += \
+ hantro_drv.o \
+ hantro_v4l2.o \
+ hantro_h1_jpeg_enc.o \
+ hantro_g1_mpeg2_dec.o \
+ rk3399_vpu_hw_jpeg_enc.o \
+ rk3399_vpu_hw_mpeg2_dec.o \
+ hantro_jpeg.o \
+ hantro_mpeg2.o
+
+hantro-vpu-$(CONFIG_VIDEO_HANTRO_ROCKCHIP) += \
+ rk3288_vpu_hw.o \
+ rk3399_vpu_hw.o