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 gem.o \
7 fb.o \
8 dc.o \
9 output.o \
10 rgb.o \
11 hdmi.o \
12 mipi-phy.o \
13 dsi.o \
14 sor.o \
15 dpaux.o \
16 gr2d.o \
17 gr3d.o \
18 falcon.o \
19 vic.o
20
21tegra-drm-y += trace.o
22
23obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o