
17 Jan
2009
17 Jan
'09
7:31 p.m.
+
+LIB = $(obj)lib$(VENDOR).a
+COBJS-$(CONFIG_OMAP3_BEAGLE) += power.o +COBJS-$(CONFIG_OMAP3_OVERO) += power.o +COBJS-$(CONFIG_OMAP3_PANDORA) += power.o
please add board when you really add it
if all boards use the same driver a proper config will be better instead of 10 000 CONFIG_BOARDx
Best Regards, J.