]> Git Repo - linux.git/blob - drivers/gpu/drm/meson/Makefile
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[linux.git] / drivers / gpu / drm / meson / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 meson-drm-y := meson_drv.o meson_plane.o meson_crtc.o meson_encoder_cvbs.o
3 meson-drm-y += meson_viu.o meson_vpp.o meson_venc.o meson_vclk.o meson_overlay.o
4 meson-drm-y += meson_rdma.o meson_osd_afbcd.o
5 meson-drm-y += meson_encoder_hdmi.o
6
7 obj-$(CONFIG_DRM_MESON) += meson-drm.o
8 obj-$(CONFIG_DRM_MESON_DW_HDMI) += meson_dw_hdmi.o
This page took 0.035472 seconds and 4 git commands to generate.