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


Ignore:
Timestamp:
2012-12-29T22:16:16Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
26e550c2
Parents:
ce60be1 (diff), b55877d (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:

Mainline changes

File:
1 edited

Legend:

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

    rce60be1 rb26396e  
    5252        arch/$(KARCH)/src/machine_func.c \
    5353        arch/$(KARCH)/src/context.S \
    54         arch/$(KARCH)/src/fpu_context.c \
    5554        arch/$(KARCH)/src/dummy.S \
    5655        arch/$(KARCH)/src/cpu/cpu.c \
     
    6968        arch/$(KARCH)/src/ras.c
    7069
     70ifeq ($(CONFIG_FPU),y)
     71        ARCH_SOURCES += arch/$(KARCH)/src/fpu_context.c
     72endif
     73
    7174ifeq ($(MACHINE),gta02)
    7275        ARCH_SOURCES += arch/$(KARCH)/src/mach/gta02/gta02.c
    73 endif
    74 
    75 ifeq ($(MACHINE),testarm)
    76         ARCH_SOURCES += arch/$(KARCH)/src/mach/testarm/testarm.c
    7776endif
    7877
Note: See TracChangeset for help on using the changeset viewer.