aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/sti/Makefile')
-rw-r--r--drivers/gpu/drm/sti/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/Makefile b/drivers/gpu/drm/sti/Makefile
index 4a3a8168c30e..c5838f20f122 100644
--- a/drivers/gpu/drm/sti/Makefile
+++ b/drivers/gpu/drm/sti/Makefile
@@ -1,7 +1,9 @@
1sticompositor-y := \ 1sticompositor-y := \
2 sti_layer.o \
2 sti_mixer.o \ 3 sti_mixer.o \
3 sti_gdp.o \ 4 sti_gdp.o \
4 sti_vid.o 5 sti_vid.o \
6 sti_compositor.o
5 7
6stihdmi-y := sti_hdmi.o \ 8stihdmi-y := sti_hdmi.o \
7 sti_hdmi_tx3g0c55phy.o \ 9 sti_hdmi_tx3g0c55phy.o \