[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20070626165352.GC22389@uranus.ravnborg.org>
Date: Tue, 26 Jun 2007 18:53:52 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: Trilok Soni <soni.trilok@...il.com>
Cc: linux-fbdev-devel@...ts.sourceforge.net, adaplas@...il.com,
akpm@...ux-foundation.org, Tony Lindgren <tony@...mide.com>,
imre.deak@...idboot.com, juha.yrjola@...idboot.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 03/17] OMAP: Add TI OMAP1 internal LCD controller
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists