Hello Abhijit, On Fri, 14 Aug 2009, abhijitpagare@xxxxxx wrote: > From: Abhijit Pagare <abhijitpagare@xxxxxx> > > This Patch upgrades the Makefile for Power Domain Framework > > Signed-off-by: Abhijit Pagare <abhijitpagare@xxxxxx> > --- > arch/arm/mach-omap2/Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile > index 3322292..1a18026 100644 > --- a/arch/arm/mach-omap2/Makefile > +++ b/arch/arm/mach-omap2/Makefile > @@ -3,7 +3,7 @@ > # > > # Common support > -obj-y := id.o io.o control.o mux.o devices.o serial.o gpmc.o timer-gp.o clock.o prcm.o > +obj-y := id.o io.o control.o mux.o devices.o serial.o gpmc.o timer-gp.o clock.o prcm.o powerdomain.o > > omap-2-3-common = irq.o sdrc.o > prcm-common = powerdomain.o NACK, please use the same mechanism that is present a few lines down in the Makefile: obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common) $(prcm-common) $(clock-common) obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common) $(prcm-common) $(clock-common) then add an OMAP4 line, etc. Also, this patch can be rolled into one of your other patches, there's no need for it to be separate. - Paul -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html