Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
3
4tegra-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 nvdec.o
28
29tegra-drm-y += trace.o
30
31obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o