Changeset c621f4aa in mainline for kernel/arch/arm32/Makefile.inc


Ignore:
Timestamp:
2010-07-25T10:11:13Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
377cce8
Parents:
24a2517 (diff), a2da43c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with mainline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/Makefile.inc

    r24a2517 rc621f4aa  
    2727#
    2828
    29 ## Toolchain configuration
    30 #
    31 
    3229BFD_NAME = elf32-littlearm
    3330BFD_ARCH = arm
    3431BFD = binary
    35 TARGET = arm-linux-gnu
    36 TOOLCHAIN_DIR = $(CROSS_PREFIX)/arm32
    3732
    3833ATSIGN = %
     
    5146        arch/$(KARCH)/src/context.S \
    5247        arch/$(KARCH)/src/dummy.S \
    53         arch/$(KARCH)/src/panic.S \
    5448        arch/$(KARCH)/src/cpu/cpu.c \
    5549        arch/$(KARCH)/src/ddi/ddi.c \
     
    6660        arch/$(KARCH)/src/ras.c
    6761
     62ifeq ($(MACHINE),gta02)
     63        ARCH_SOURCES += arch/$(KARCH)/src/mach/gta02/gta02.c
     64endif
     65
    6866ifeq ($(MACHINE),testarm)
    6967        ARCH_SOURCES += arch/$(KARCH)/src/mach/testarm/testarm.c
Note: See TracChangeset for help on using the changeset viewer.