Ignore:
File:
1 edited

Legend:

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

    rb8bb2bc r7aa6b99  
    3333ATSIGN = %
    3434
    35 GCC_CFLAGS += -fno-omit-frame-pointer -mapcs-frame -march=$(subst _,-,$(PROCESSOR_ARCH)) -mno-unaligned-access
    36 
    37 ifeq ($(CONFIG_FPU),y)
    38 # This is necessary to allow vmsr insn and fpexc manipulation
    39 # Use vfp32 to allow context save/restore of d16-d31 regs.
    40 AFLAGS += -mfloat-abi=hard -mfpu=vfp3
    41 endif
     35GCC_CFLAGS += -march=armv4 -fno-omit-frame-pointer -mapcs-frame
    4236
    4337BITS = 32
     
    6862        arch/$(KARCH)/src/ras.c
    6963
    70 ifeq ($(CONFIG_FPU),y)
    71         ARCH_SOURCES += arch/$(KARCH)/src/fpu_context.c
    72         ARCH_SOURCES += arch/$(KARCH)/src/fpu.s
     64ifeq ($(MACHINE),gta02)
     65        ARCH_SOURCES += arch/$(KARCH)/src/mach/gta02/gta02.c
    7366endif
    7467
    75 ifeq ($(MACHINE),gta02)
    76         ARCH_SOURCES += arch/$(KARCH)/src/mach/gta02/gta02.c
     68ifeq ($(MACHINE),testarm)
     69        ARCH_SOURCES += arch/$(KARCH)/src/mach/testarm/testarm.c
    7770endif
    7871
     
    8174endif
    8275
    83 ifeq ($(MACHINE),beagleboardxm)
    84         ARCH_SOURCES += arch/$(KARCH)/src/mach/beagleboardxm/beagleboardxm.c
    85 endif
    86 
    8776ifeq ($(CONFIG_PL050),y)
    8877        ARCH_SOURCES += genarch/src/drivers/pl050/pl050.c
Note: See TracChangeset for help on using the changeset viewer.