summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sti/Makefile
diff options
context:
space:
mode:
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>2014-07-30 19:25:30 +0200
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>2014-07-30 19:25:30 +0200
commitc86a5f6e1b9c84064231ec867aca281d9e8514a2 (patch)
treed0075b2403af8322e7100d13ee845e50b25cf14a /drivers/gpu/drm/sti/Makefile
parent5402626c83a2f19da14859e2bab231a53e16ee74 (diff)
drm: sti: add HDA driver
Add driver to support analog TV ouput. HDA driver is mapped on drm_bridge and drm_connector structures. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Reviewed-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/sti/Makefile')
-rw-r--r--drivers/gpu/drm/sti/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/Makefile b/drivers/gpu/drm/sti/Makefile
index 12e1a07492f0..4cf0c5561037 100644
--- a/drivers/gpu/drm/sti/Makefile
+++ b/drivers/gpu/drm/sti/Makefile
@@ -5,4 +5,5 @@ stihdmi-y := sti_hdmi.o \
obj-$(CONFIG_DRM_STI) = \
sti_vtg.o \
sti_vtac.o \
- stihdmi.o \ No newline at end of file
+ stihdmi.o \
+ sti_hda.o \ No newline at end of file