projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
USB: fix use after free in wacom_sys.c
[linux-2.6]
/
drivers
/
video
/
Makefile
diff --git
a/drivers/video/Makefile
b/drivers/video/Makefile
index
481c6c9
..
a6980e9
100644
(file)
--- a/
drivers/video/Makefile
+++ b/
drivers/video/Makefile
@@
-18,6
+18,7
@@
obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o
obj-$(CONFIG_FB_CFB_COPYAREA) += cfbcopyarea.o
obj-$(CONFIG_FB_CFB_IMAGEBLIT) += cfbimgblt.o
obj-$(CONFIG_FB_MACMODES) += macmodes.o
+obj-$(CONFIG_FB_DDC) += fb_ddc.o
# Hardware specific drivers go first
obj-$(CONFIG_FB_RETINAZ3) += retz3fb.o