diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-03-16 18:28:04 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-03-16 18:28:04 -0400 |
commit | 3879f5d6f03b66626af014cbb6071ad4d79b1c42 (patch) | |
tree | 018c183306253f12c1d9da739a78d41be71e1cb3 /drivers/video/Makefile | |
parent | 607b067e161185d5c441aa366ff9fccd4fd676cb (diff) | |
parent | 6e1588cbd88590273300403648aef70e6bdaf5af (diff) |
Merge branch 'imx-fb-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into devel
Conflicts:
drivers/video/mx3fb.c
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r-- | drivers/video/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index edd5a85c1eb5..bb265eca7d57 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile | |||
@@ -133,7 +133,7 @@ obj-$(CONFIG_FB_VGA16) += vga16fb.o | |||
133 | obj-$(CONFIG_FB_OF) += offb.o | 133 | obj-$(CONFIG_FB_OF) += offb.o |
134 | obj-$(CONFIG_FB_BF54X_LQ043) += bf54x-lq043fb.o | 134 | obj-$(CONFIG_FB_BF54X_LQ043) += bf54x-lq043fb.o |
135 | obj-$(CONFIG_FB_BFIN_T350MCQB) += bfin-t350mcqb-fb.o | 135 | obj-$(CONFIG_FB_BFIN_T350MCQB) += bfin-t350mcqb-fb.o |
136 | obj-$(CONFIG_FB_MX3) += mx3fb.o | 136 | obj-$(CONFIG_FB_MX3) += mx3fb.o |
137 | 137 | ||
138 | # the test framebuffer is last | 138 | # the test framebuffer is last |
139 | obj-$(CONFIG_FB_VIRTUAL) += vfb.o | 139 | obj-$(CONFIG_FB_VIRTUAL) += vfb.o |