diff options
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r-- | drivers/video/Makefile | 3 |
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 |
121 | obj-$(CONFIG_FB_VIRTUAL) += vfb.o | 121 | obj-$(CONFIG_FB_VIRTUAL) += vfb.o |
122 | |||
123 | #video output switch sysfs driver | ||
124 | obj-$(CONFIG_VIDEO_OUTPUT_CONTROL) += output.o | ||