Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fbdev: remove makefile reference to removed driver

The cyblafb driver is removed so remove its last trace in the makefile.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Krzysztof Helt and committed by
Linus Torvalds
57226e78 2498ce42

-1
-1
drivers/video/Makefile
··· 56 56 obj-$(CONFIG_FB_IMSTT) += imsttfb.o 57 57 obj-$(CONFIG_FB_FM2) += fm2fb.o 58 58 obj-$(CONFIG_FB_VT8623) += vt8623fb.o 59 - obj-$(CONFIG_FB_CYBLA) += cyblafb.o 60 59 obj-$(CONFIG_FB_TRIDENT) += tridentfb.o 61 60 obj-$(CONFIG_FB_LE80578) += vermilion/ 62 61 obj-$(CONFIG_FB_S3) += s3fb.o