[PATCH 03/17] OMAP: Add TI OMAP1 internal LCD controller

STALE6985d

2 messages, 2 authors, 2007-06-26 · open the first message on its own page

[PATCH 03/17] OMAP: Add TI OMAP1 internal LCD controller

From: Trilok Soni <hidden>
Date: 2007-06-26 12:35:52

-- 
--Trilok Soni

Re: [PATCH 03/17] OMAP: Add TI OMAP1 internal LCD controller

From: Sam Ravnborg <hidden>
Date: 2007-06-26 16:52:56

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help