aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r--drivers/video/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index a916c204274f..08b7c26a5734 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -119,3 +119,6 @@ obj-$(CONFIG_FB_OF) += offb.o
119 119
120# the test framebuffer is last 120# the test framebuffer is last
121obj-$(CONFIG_FB_VIRTUAL) += vfb.o 121obj-$(CONFIG_FB_VIRTUAL) += vfb.o
122
123#video output switch sysfs driver
124obj-$(CONFIG_VIDEO_OUTPUT_CONTROL) += output.o