alistair23-linux/drivers/gpu/drm/sti/Makefile
Vincent Abriou 6d10c54a83 drm/sti: remove deprecated sti_vtac.c file
stih416 chip family is no more supported in Linux v4.9.
It is then useless to keep sti_vtac.c file since it not used at all for
the stih407/10 chip family supported by sti driver.

Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
2017-01-06 15:12:03 +01:00

22 lines
324 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_tx3g4c28phy.o \
sti_dvo.o \
sti_awg_utils.o \
sti_vtg.o \
sti_hda.o \
sti_tvout.o \
sti_hqvdp.o \
sti_drv.o
obj-$(CONFIG_DRM_STI) = sti-drm.o