* Santosh Shilimkar <santosh.shilimkar@xxxxxx> [090421 06:08]: > This patch updates the Makefile and defconfig for OMAP4. Minimal set of > drivers are enabled fot the kernel bootup. > > Signed-off-by: Santosh Shilimkar <santosh.shilimkar@xxxxxx> > --- > arch/arm/Makefile | 1 + > arch/arm/configs/omap_4430sdp_defconfig | 807 +++++++++++++++++++++++++++++++ > arch/arm/mach-omap2/Makefile | 6 +- > 3 files changed, 813 insertions(+), 1 deletions(-) > create mode 100644 arch/arm/configs/omap_4430sdp_defconfig <snip snip> > diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile > index c49d9bf..68d50a8 100644 > --- a/arch/arm/mach-omap2/Makefile > +++ b/arch/arm/mach-omap2/Makefile > @@ -3,9 +3,13 @@ > # > > # Common support > +ifeq ($(CONFIG_ARCH_OMAP4),y) > +obj-y := id.o io.o control.o mux.o devices.o serial.o gpmc.o timer-gp.o > +else > obj-y := irq.o id.o io.o sdrc.o control.o prcm.o clock.o mux.o \ > devices.o serial.o gpmc.o timer-gp.o powerdomain.o \ > clockdomain.o > +endif This ifeq else we don't want to do as it breaks things for multi-omap. Regards, Tony > > obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o > > @@ -44,7 +48,7 @@ obj-$(CONFIG_MACH_OMAP3_PANDORA) += board-omap3pandora.o \ > mmc-twl4030.o > obj-$(CONFIG_MACH_OMAP_3430SDP) += board-3430sdp.o \ > mmc-twl4030.o > - > +obj-$(CONFIG_MACH_OMAP_4430SDP) += board-4430sdp.o > obj-$(CONFIG_MACH_NOKIA_RX51) += board-rx51.o \ > board-rx51-peripherals.o \ > mmc-twl4030.o -- 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