diff mbox

[U-Boot] video: update Makefile to include OMAP3 DSS driver

Message ID 1309816287-25113-1-git-send-email-agust@denx.de
State Rejected
Delegated to: Anatolij Gustschin
Headers show

Commit Message

Anatolij Gustschin July 4, 2011, 9:51 p.m. UTC
From: Jason Kridner <jkridner@beagleboard.org>

Adding the OMAP3 DSS video driver to the Makefile. The patch
applied to u-boot-ti didn't include this for some reason.

Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
replaces patch "video: DSS makefile update" to
 - drop unconditional include of videomode.o since it is wrong
 - sort in alphabetical order
 - fix the commit message

 drivers/video/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Anatolij Gustschin July 4, 2011, 10:40 p.m. UTC | #1
On Mon,  4 Jul 2011 23:51:27 +0200
Anatolij Gustschin <agust@denx.de> wrote:

> From: Jason Kridner <jkridner@beagleboard.org>
> 
> Adding the OMAP3 DSS video driver to the Makefile. The patch
> applied to u-boot-ti didn't include this for some reason.
> 
> Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> ---
> replaces patch "video: DSS makefile update" to
>  - drop unconditional include of videomode.o since it is wrong
>  - sort in alphabetical order
>  - fix the commit message
> 
>  drivers/video/Makefile |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

applied to u-boot-video/master.

Anatolij
diff mbox

Patch

diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index 086dc05..402f517 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -36,6 +36,7 @@  COBJS-$(CONFIG_VIDEO_MB862xx) += mb862xx.o videomodes.o
 COBJS-$(CONFIG_VIDEO_MB86R0xGDC) += mb86r0xgdc.o videomodes.o
 COBJS-$(CONFIG_VIDEO_MX3) += mx3fb.o
 COBJS-$(CONFIG_VIDEO_MX5) += mxc_ipuv3_fb.o ipu_common.o ipu_disp.o
+COBJS-$(CONFIG_VIDEO_OMAP3) += omap3_dss.o
 COBJS-$(CONFIG_VIDEO_SED13806) += sed13806.o
 COBJS-$(CONFIG_SED156X) += sed156x.o
 COBJS-$(CONFIG_VIDEO_SM501) += sm501.o