diff options
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r-- | drivers/video/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 97c5d03ac8d9..aa434e725c0d 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile | |||
@@ -16,7 +16,6 @@ fb-objs := $(fb-y) | |||
16 | obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o | 16 | obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o |
17 | obj-$(CONFIG_FB_CFB_COPYAREA) += cfbcopyarea.o | 17 | obj-$(CONFIG_FB_CFB_COPYAREA) += cfbcopyarea.o |
18 | obj-$(CONFIG_FB_CFB_IMAGEBLIT) += cfbimgblt.o | 18 | obj-$(CONFIG_FB_CFB_IMAGEBLIT) += cfbimgblt.o |
19 | obj-$(CONFIG_FB_SOFT_CURSOR) += softcursor.o | ||
20 | obj-$(CONFIG_FB_MACMODES) += macmodes.o | 19 | obj-$(CONFIG_FB_MACMODES) += macmodes.o |
21 | 20 | ||
22 | # Hardware specific drivers go first | 21 | # Hardware specific drivers go first |