Merge tag 'drm-misc-next-fixes-2021-09-09' of git://anongit.freedesktop.org/drm/drm...
[linux-2.6-microblaze.git] / drivers / gpu / drm / tegra / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
3
4 tegra-drm-y := \
5         drm.o \
6         uapi.o \
7         submit.o \
8         firewall.o \
9         gem.o \
10         fb.o \
11         dp.o \
12         hub.o \
13         plane.o \
14         dc.o \
15         output.o \
16         rgb.o \
17         hda.o \
18         hdmi.o \
19         mipi-phy.o \
20         dsi.o \
21         sor.o \
22         dpaux.o \
23         gr2d.o \
24         gr3d.o \
25         falcon.o \
26         vic.o
27
28 tegra-drm-y += trace.o
29
30 obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o