mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 16:46:43 +07:00
dcec16efd6
There's no use building the individual drivers as separate modules because they are all only useful if combined into a single DRM/KMS device. Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org> Cc: Vincent Abriou <vincent.abriou@st.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Vincent Abriou <vincent.abriou@st.com>
24 lines
364 B
Makefile
24 lines
364 B
Makefile
sti-drm-y := \
|
|
sti_mixer.o \
|
|
sti_gdp.o \
|
|
sti_vid.o \
|
|
sti_cursor.o \
|
|
sti_compositor.o \
|
|
sti_crtc.o \
|
|
sti_plane.o \
|
|
sti_crtc.o \
|
|
sti_plane.o \
|
|
sti_hdmi.o \
|
|
sti_hdmi_tx3g0c55phy.o \
|
|
sti_hdmi_tx3g4c28phy.o \
|
|
sti_dvo.o \
|
|
sti_awg_utils.o \
|
|
sti_vtg.o \
|
|
sti_vtac.o \
|
|
sti_hda.o \
|
|
sti_tvout.o \
|
|
sti_hqvdp.o \
|
|
sti_drv.o
|
|
|
|
obj-$(CONFIG_DRM_STI) = sti-drm.o
|