mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 16:25:34 +00:00
15 lines
185 B
Makefile
15 lines
185 B
Makefile
![]() |
ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
|
||
|
|
||
|
tegra-drm-y := \
|
||
|
bus.o \
|
||
|
drm.o \
|
||
|
gem.o \
|
||
|
fb.o \
|
||
|
dc.o \
|
||
|
output.o \
|
||
|
rgb.o \
|
||
|
hdmi.o \
|
||
|
gr2d.o
|
||
|
|
||
|
obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o
|