public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: Put LCD drivers back to Makefile.
@ 2007-08-07 13:06 Sakari Ailus
  2007-08-10 10:03 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Sakari Ailus @ 2007-08-07 13:06 UTC (permalink / raw)
  To: linux-omap-open-source

Put back references to lcd_apollon.o, lcd_2430sdp.o and lcd_mipid.o that
were lost in merge to drivers/video/omap/Makefile.

Signed-off-by: Sakari Ailus <sakari.ailus@nokia.com>
---
 drivers/video/omap/Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/video/omap/Makefile b/drivers/video/omap/Makefile
index de7c6bd..9211128 100644
--- a/drivers/video/omap/Makefile
+++ b/drivers/video/omap/Makefile
@@ -27,5 +27,9 @@ objs-$(CONFIG_ARCH_OMAP15XX)$(CONFIG_MACH_OMAP_INNOVATOR) += lcd_inn1510.o
 objs-y$(CONFIG_MACH_OMAP_OSK) += lcd_osk.o
 objs-y$(CONFIG_MACH_SX1) += lcd_sx1.o
 
+objs-y$(CONFIG_MACH_OMAP_APOLLON) += lcd_apollon.o
+objs-y$(CONFIG_MACH_OMAP_2430SDP) += lcd_2430sdp.o
+objs-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o
+
 omapfb-objs := $(objs-yy)
 
-- 
1.5.0.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: OMAP: Put LCD drivers back to Makefile.
  2007-08-07 13:06 [PATCH] ARM: OMAP: Put LCD drivers back to Makefile Sakari Ailus
@ 2007-08-10 10:03 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-08-10 10:03 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: linux-omap-open-source

* Sakari Ailus <sakari.ailus@nokia.com> [070807 06:11]:
> Put back references to lcd_apollon.o, lcd_2430sdp.o and lcd_mipid.o that
> were lost in merge to drivers/video/omap/Makefile.
> 
> Signed-off-by: Sakari Ailus <sakari.ailus@nokia.com>
> ---
>  drivers/video/omap/Makefile |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/video/omap/Makefile b/drivers/video/omap/Makefile
> index de7c6bd..9211128 100644
> --- a/drivers/video/omap/Makefile
> +++ b/drivers/video/omap/Makefile
> @@ -27,5 +27,9 @@ objs-$(CONFIG_ARCH_OMAP15XX)$(CONFIG_MACH_OMAP_INNOVATOR) += lcd_inn1510.o
>  objs-y$(CONFIG_MACH_OMAP_OSK) += lcd_osk.o
>  objs-y$(CONFIG_MACH_SX1) += lcd_sx1.o
>  
> +objs-y$(CONFIG_MACH_OMAP_APOLLON) += lcd_apollon.o
> +objs-y$(CONFIG_MACH_OMAP_2430SDP) += lcd_2430sdp.o
> +objs-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o
> +
>  omapfb-objs := $(objs-yy)

Pushing today.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-10 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-07 13:06 [PATCH] ARM: OMAP: Put LCD drivers back to Makefile Sakari Ailus
2007-08-10 10:03 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox