mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-03 10:33:11 +02:00

* mxc/next: (519 commits) MGS-7343 [#nxp] fix the compile warning LF-10253: arm64: vpu : h1: solve encode hang MGS-7413 [#nxp] reorder the directory LF-10543-8: mxc: vpu: wave6: make sequence of decoder capture buffer monotonically increasing LF-10543-7: mxc: vpu: wave6: init seq in a separate task ...
13 lines
451 B
Makefile
13 lines
451 B
Makefile
obj-$(CONFIG_MXC_GPU_VIV) += gpu-viv/
|
|
obj-$(CONFIG_MXC_SIM) += sim/
|
|
obj-$(CONFIG_MXC_MLB) += mlb/
|
|
obj-$(CONFIG_MXC_IPU_V3) += ipu3/
|
|
obj-$(CONFIG_MXC_HDMI_CEC) += hdmi-cec/
|
|
obj-$(CONFIG_MXC_HANTRO) += hantro/
|
|
obj-$(CONFIG_MXC_HANTRO_845) += hantro_845/
|
|
obj-$(CONFIG_MXC_HANTRO_845_H1) += hantro_845_h1/
|
|
obj-$(CONFIG_MXC_HANTRO_VC8000E) += hantro_vc8000e/
|
|
obj-$(CONFIG_MXC_HANTRO_V4L2) += hantro_v4l2/
|
|
obj-y += vpu/
|
|
obj-$(CONFIG_MXC_MIPI_CSI2) += mipi/
|