mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 18:24:14 +08:00
9910f5c455
The DRM core can now cope with drivers that don't have an associated struct drm_bus, so the host1x implementation is no longer useful. Signed-off-by: Thierry Reding <treding@nvidia.com>
19 lines
229 B
Makefile
19 lines
229 B
Makefile
ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
|
|
|
|
tegra-drm-y := \
|
|
drm.o \
|
|
gem.o \
|
|
fb.o \
|
|
dc.o \
|
|
output.o \
|
|
rgb.o \
|
|
hdmi.o \
|
|
mipi-phy.o \
|
|
dsi.o \
|
|
sor.o \
|
|
dpaux.o \
|
|
gr2d.o \
|
|
gr3d.o
|
|
|
|
obj-$(CONFIG_DRM_TEGRA) += tegra-drm.o
|