linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Trilok Soni <soni.trilok@gmail.com>
Cc: linux-fbdev-devel@lists.sourceforge.net, adaplas@gmail.com,
	akpm@linux-foundation.org, Tony Lindgren <tony@atomide.com>,
	imre.deak@solidboot.com, juha.yrjola@solidboot.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 03/17] OMAP: Add TI OMAP1 internal LCD controller
Date: Tue, 26 Jun 2007 18:53:52 +0200	[thread overview]
Message-ID: <20070626165352.GC22389@uranus.ravnborg.org> (raw)
In-Reply-To: <5d5443650706260535haf0f9feq5e320059ee36c6cd@mail.gmail.com>

diff --git a/drivers/video/omap/Makefile b/drivers/video/omap/Makefile
index 5aa7175..2f35389 100644
--- a/drivers/video/omap/Makefile
+++ b/drivers/video/omap/Makefile
@@ -6,5 +6,7 @@ obj-$(CONFIG_FB_OMAP) += omapfb.o

 objs-yy := omapfb_main.o

+objs-y$(CONFIG_ARCH_OMAP1) += lcdc.o
+
 omapfb-objs := $(objs-yy)

So this explained your usage of -yy.
If you use the proposal from before then you could do
it like this:
omapfb-$(CONFIG_ARCH_OMAPI) += lcdc.o

	 Sam

  reply	other threads:[~2007-06-26 16:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-26 12:35 [PATCH 03/17] OMAP: Add TI OMAP1 internal LCD controller Trilok Soni
2007-06-26 16:53 ` Sam Ravnborg [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-06-19 11:51 Trilok Soni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070626165352.GC22389@uranus.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=adaplas@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=imre.deak@solidboot.com \
    --cc=juha.yrjola@solidboot.com \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soni.trilok@gmail.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).