xref: /kernel/linux/linux-5.10/drivers/gpu/drm/tegra/Makefile (revision 8c2ecf20)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
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	dp.o \
9	hub.o \
10	plane.o \
11	dc.o \
12	output.o \
13	rgb.o \
14	hda.o \
15	hdmi.o \
16	mipi-phy.o \
17	dsi.o \
18	sor.o \
19	dpaux.o \
20	gr2d.o \
21	gr3d.o \
22	falcon.o \
23	vic.o
24
25tegra-drm-y += trace.o
26
27obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o
28

Indexes created Thu Nov 07 10:32:03 CST 2024