diff options
Diffstat (limited to 'drivers/gpu/drm/sti/Makefile')
-rw-r--r-- | drivers/gpu/drm/sti/Makefile | 4 |
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 @@ | |||
1 | sticompositor-y := \ | 1 | sticompositor-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 | ||
6 | stihdmi-y := sti_hdmi.o \ | 8 | stihdmi-y := sti_hdmi.o \ |
7 | sti_hdmi_tx3g0c55phy.o \ | 9 | sti_hdmi_tx3g0c55phy.o \ |