]> Git Repo - linux.git/blob - drivers/gpu/drm/tidss/Makefile
Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[linux.git] / drivers / gpu / drm / tidss / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 tidss-y := tidss_crtc.o \
4         tidss_drv.o \
5         tidss_encoder.o \
6         tidss_kms.o \
7         tidss_irq.o \
8         tidss_plane.o \
9         tidss_scale_coefs.o \
10         tidss_dispc.o
11
12 obj-$(CONFIG_DRM_TIDSS) += tidss.o
This page took 0.031043 seconds and 4 git commands to generate.