xref: /linux/drivers/media/platform/verisilicon/Makefile (revision 3a39d672e7f48b8d6b91a09afa4b55352773b4b5)
1fbb6c848SEzequiel Garcia# SPDX-License-Identifier: GPL-2.0
2fbb6c848SEzequiel Garcia
3fbb6c848SEzequiel Garciaobj-$(CONFIG_VIDEO_HANTRO) += hantro-vpu.o
4fbb6c848SEzequiel Garcia
5fbb6c848SEzequiel Garciahantro-vpu-y += \
6fbb6c848SEzequiel Garcia		hantro_drv.o \
7fbb6c848SEzequiel Garcia		hantro_v4l2.o \
8fbb6c848SEzequiel Garcia		hantro_postproc.o \
9fbb6c848SEzequiel Garcia		hantro_h1_jpeg_enc.o \
10fbb6c848SEzequiel Garcia		hantro_g1.o \
11fbb6c848SEzequiel Garcia		hantro_g1_h264_dec.o \
12fbb6c848SEzequiel Garcia		hantro_g1_mpeg2_dec.o \
13fbb6c848SEzequiel Garcia		hantro_g1_vp8_dec.o \
14fbb6c848SEzequiel Garcia		hantro_g2.o \
15fbb6c848SEzequiel Garcia		hantro_g2_hevc_dec.o \
16fbb6c848SEzequiel Garcia		hantro_g2_vp9_dec.o \
17fbb6c848SEzequiel Garcia		hantro_jpeg.o \
18fbb6c848SEzequiel Garcia		hantro_h264.o \
19fbb6c848SEzequiel Garcia		hantro_hevc.o \
20fbb6c848SEzequiel Garcia		hantro_mpeg2.o \
21fbb6c848SEzequiel Garcia		hantro_vp8.o \
22fbb6c848SEzequiel Garcia		hantro_vp9.o
23fbb6c848SEzequiel Garcia
24fbb6c848SEzequiel Garciahantro-vpu-$(CONFIG_VIDEO_HANTRO_IMX8M) += \
25fbb6c848SEzequiel Garcia		imx8m_vpu_hw.o
26fbb6c848SEzequiel Garcia
27fbb6c848SEzequiel Garciahantro-vpu-$(CONFIG_VIDEO_HANTRO_SAMA5D4) += \
28fbb6c848SEzequiel Garcia		sama5d4_vdec_hw.o
29fbb6c848SEzequiel Garcia
30fbb6c848SEzequiel Garciahantro-vpu-$(CONFIG_VIDEO_HANTRO_ROCKCHIP) += \
313e5111c5SAlexander Stein		rockchip_vpu2_hw_jpeg_enc.o \
323e5111c5SAlexander Stein		rockchip_vpu2_hw_h264_dec.o \
333e5111c5SAlexander Stein		rockchip_vpu2_hw_mpeg2_dec.o \
343e5111c5SAlexander Stein		rockchip_vpu2_hw_vp8_dec.o \
35*f579c748SAlexander Stein		rockchip_vpu981_hw_av1_dec.o \
36*f579c748SAlexander Stein		rockchip_av1_filmgrain.o \
37*f579c748SAlexander Stein		rockchip_av1_entropymode.o \
38fbb6c848SEzequiel Garcia		rockchip_vpu_hw.o
39fbb6c848SEzequiel Garcia
40fbb6c848SEzequiel Garciahantro-vpu-$(CONFIG_VIDEO_HANTRO_SUNXI) += \
41fbb6c848SEzequiel Garcia		sunxi_vpu_hw.o
4246c4dffbSHugues Fruchet
4346c4dffbSHugues Fruchethantro-vpu-$(CONFIG_VIDEO_HANTRO_STM32MP25) += \
4446c4dffbSHugues Fruchet		stm32mp25_vpu_hw.o
45