diff options
author | nxa13443 <chaofan.huang@nxp.com> | 2018-03-23 20:20:37 +0800 |
---|---|---|
committer | Jason Liu <jason.hui.liu@nxp.com> | 2019-02-12 10:31:04 +0800 |
commit | 0495089d39ed6810dd27b8ae2d0041604d69022e (patch) | |
tree | 4e201b395dfd607507a816613dbb103ec7c817ed /drivers/mxc/Makefile | |
parent | 25b185abac34d8efb65a0a1bdce175a92c2e64a7 (diff) |
MLK-17902 [IMX8QXP B0]VPU ENCODER and DECODER on IMX8QXP B0 board
Add vpu decoder and encoder for imx8qxp b0 board,
decoder can support H265 H264 MPEG2 MPEG4 H263 etc
encoder can support H264
Signed-off-by: nxa13443 <chaofan.huang@nxp.com>
Diffstat (limited to 'drivers/mxc/Makefile')
-rwxr-xr-x | drivers/mxc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mxc/Makefile b/drivers/mxc/Makefile index 632f46541759..f564c472a688 100755 --- a/drivers/mxc/Makefile +++ b/drivers/mxc/Makefile @@ -7,3 +7,5 @@ obj-$(CONFIG_MXC_MIPI_CSI2) += mipi/ obj-$(CONFIG_MXC_HANTRO) += hantro/ obj-$(CONFIG_MXC_VPU_MALONE) += vpu-malone/ obj-$(CONFIG_MX8_HDP) += hdp/ +obj-$(CONFIG_MXC_VPU_DECODER) += vpu-decoder-b0/ +obj-$(CONFIG_MXC_VPU_ENCODER) += vpu-encoder-b0/ |