summaryrefslogtreecommitdiffstats
path: root/drivers/video/Makefile
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2007-07-22 08:28:33 +0200
committerLen Brown <len.brown@intel.com>2007-07-22 08:28:33 +0200
commit5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5 (patch)
tree23f79d982edce49deef5e42b14ce7980c8b7eb94 /drivers/video/Makefile
parentPull throttle into release branch (diff)
parentACPI video: Don't export sysfs backlight interface if query _BCL fail (diff)
downloadlinux-5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5.tar.xz
linux-5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5.zip
Pull video into release branch
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 a562f9d69d2c..518933d4905f 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -123,3 +123,6 @@ obj-$(CONFIG_FB_OF) += offb.o
# the test framebuffer is last
obj-$(CONFIG_FB_VIRTUAL) += vfb.o
+
+#video output switch sysfs driver
+obj-$(CONFIG_VIDEO_OUTPUT_CONTROL) += output.o