Changeset c9ed176 in mainline for arch/mips32


Ignore:
Timestamp:
2005-09-25T16:51:17Z (21 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a58db280
Parents:
48a02ef
Message:

Move kernel build files one level up the directory tree.
Fix paths in your testing environment!

Location:
arch/mips32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/Makefile.inc

    r48a02ef rc9ed176  
    7272endif
    7373
    74 ../arch/$(ARCH)/_link.ld: ../arch/$(ARCH)/_link.ld.in
     74arch/$(ARCH)/_link.ld: arch/$(ARCH)/_link.ld.in
    7575        $(CC) $(CFLAGS) -C -DBFD=${BFD} -E -x c $< | grep -v "^\#" > $@
    7676
    7777arch_sources= \
    78         arch/start.S \
    79         arch/context.S \
    80         arch/panic.S \
    81         arch/mips32.c \
    82         arch/dummy.S \
    83         arch/console.c \
    84         arch/asm.S \
    85         arch/exception.c \
    86         arch/interrupt.c \
    87         arch/cache.c \
    88         arch/cpu/cpu.c \
    89         arch/mm/frame.c \
    90         arch/mm/page.c \
    91         arch/mm/tlb.c \
    92         arch/fpu_context.c \
    93         arch/fmath.c \
    94         arch/drivers/arc.c
     78        src/arch/start.S \
     79        src/arch/context.S \
     80        src/arch/panic.S \
     81        src/arch/mips32.c \
     82        src/arch/dummy.S \
     83        src/arch/console.c \
     84        src/arch/asm.S \
     85        src/arch/exception.c \
     86        src/arch/interrupt.c \
     87        src/arch/cache.c \
     88        src/arch/cpu/cpu.c \
     89        src/arch/mm/frame.c \
     90        src/arch/mm/page.c \
     91        src/arch/mm/tlb.c \
     92        src/arch/fpu_context.c \
     93        src/arch/fmath.c \
     94        src/arch/drivers/arc.c
  • arch/mips32/boot/Makefile

    r48a02ef rc9ed176  
    77
    88build: boot.bin
    9         cp boot.bin ../../../src/load.bin
     9        cp boot.bin ../../../load.bin
    1010
    1111AS=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-as
Note: See TracChangeset for help on using the changeset viewer.