lkml.org 
[lkml]   [2011]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 14/30] ARM: omap2: irq.c is always needed
    Date
    The Makefile only includes irq.o for omap2 and omap3, but it's in
    fact also required to build omap4-only kernels.

    Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    ---
    arch/arm/mach-omap2/Makefile | 4 ++--
    1 files changed, 2 insertions(+), 2 deletions(-)

    diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
    index dc36bd4..f14549d 100644
    --- a/arch/arm/mach-omap2/Makefile
    +++ b/arch/arm/mach-omap2/Makefile
    @@ -4,9 +4,9 @@

    # Common support
    obj-y := id.o io.o control.o mux.o devices.o serial.o gpmc.o timer.o pm.o \
    - common.o gpio.o dma.o wd_timer.o
    + common.o gpio.o dma.o wd_timer.o irq.o

    -omap-2-3-common = irq.o sdrc.o
    +omap-2-3-common = sdrc.o
    hwmod-common = omap_hwmod.o \
    omap_hwmod_common_data.o
    clock-common = clock.o clock_common_data.o \
    --
    1.7.5.4


    \
     
     \ /
      Last update: 2011-10-02 16:51    [W:4.070 / U:1.720 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site