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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]