mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 03:10:50 +07:00
dee8268f8f
In order to make subsystem-wide changes easier, move the Tegra DRM driver back into the DRM tree. Signed-off-by: Thierry Reding <treding@nvidia.com>
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
|