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

From: Sam Ravnborg
Date: Tue Jun 26 2007 - 12:52:57 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/