Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
2
3tegra-drm-y := \
4 drm.o \
5 gem.o \
6 fb.o \
7 dc.o \
8 output.o \
9 rgb.o \
10 hdmi.o \
11 mipi-phy.o \
12 dsi.o \
13 sor.o \
14 dpaux.o \
15 gr2d.o \
16 gr3d.o \
17 falcon.o \
18 vic.o
19
20tegra-drm-y += trace.o
21
22obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o