Changeset c9ed176 in mainline for arch/ppc32


Ignore:
Timestamp:
2005-09-25T16:51:17Z (20 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/ppc32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/Makefile.inc

    r48a02ef rc9ed176  
    1919
    2020arch_sources= \
    21         arch/context.S \
    22         arch/debug/panic.s \
    23         arch/fpu_context.c \
    24         arch/ppc32.c \
    25         arch/dummy.s \
    26         arch/start.S \
    27         arch/asm.S \
    28         arch/cpu/cpu.c \
    29         arch/mm/frame.c \
    30         arch/mm/memory_init.c \
    31         arch/mm/page.c \
    32         arch/drivers/ofw.c \
    33         arch/fmath.c
     21        src/arch/context.S \
     22        src/arch/debug/panic.s \
     23        src/arch/fpu_context.c \
     24        src/arch/ppc32.c \
     25        src/arch/dummy.s \
     26        src/arch/start.S \
     27        src/arch/asm.S \
     28        src/arch/cpu/cpu.c \
     29        src/arch/mm/frame.c \
     30        src/arch/mm/memory_init.c \
     31        src/arch/mm/page.c \
     32        src/arch/drivers/ofw.c \
     33        src/arch/fmath.c
  • arch/ppc32/boot/Makefile

    r48a02ef rc9ed176  
    77
    88build: boot.bin
    9         cp boot.bin ../../../src/load.bin
     9        cp boot.bin ../../../load.bin
    1010
    1111CC=$(PPC_BINUTILS_DIR)/$(PPC_TARGET)-gcc
Note: See TracChangeset for help on using the changeset viewer.