mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 12:37:04 +07:00
9e1f05b280
replace all "sti_drm_" occurences by "sti_" Signed-off-by: Vincent Abriou <vincent.abriou@st.com> Reviewed-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
27 lines
398 B
Makefile
27 lines
398 B
Makefile
sticompositor-y := \
|
|
sti_mixer.o \
|
|
sti_gdp.o \
|
|
sti_vid.o \
|
|
sti_cursor.o \
|
|
sti_compositor.o \
|
|
sti_crtc.o \
|
|
sti_plane.o
|
|
|
|
stihdmi-y := sti_hdmi.o \
|
|
sti_hdmi_tx3g0c55phy.o \
|
|
sti_hdmi_tx3g4c28phy.o \
|
|
|
|
stidvo-y := sti_dvo.o \
|
|
sti_awg_utils.o
|
|
|
|
obj-$(CONFIG_DRM_STI) = \
|
|
sti_vtg.o \
|
|
sti_vtac.o \
|
|
stihdmi.o \
|
|
sti_hda.o \
|
|
sti_tvout.o \
|
|
sticompositor.o \
|
|
sti_hqvdp.o \
|
|
stidvo.o \
|
|
sti_drv.o
|