-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Thierry Reding
authored and
Vincent Abriou
committed
Nov 3, 2015
1 parent
2388693
commit dcec16e
Showing
11 changed files
with
42 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
sticompositor-y := \ | ||
sti-drm-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_plane.o \ | ||
sti_crtc.o \ | ||
sti_plane.o \ | ||
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_dvo.o \ | ||
sti_awg_utils.o \ | ||
sti_vtg.o \ | ||
sti_vtac.o \ | ||
stihdmi.o \ | ||
sti_hda.o \ | ||
sti_tvout.o \ | ||
sticompositor.o \ | ||
sti_hqvdp.o \ | ||
stidvo.o \ | ||
sti_drv.o | ||
|
||
obj-$(CONFIG_DRM_STI) = sti-drm.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters