Changeset c9ed176 in mainline for arch/mips32
- Timestamp:
- 2005-09-25T16:51:17Z (21 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a58db280
- Parents:
- 48a02ef
- Location:
- arch/mips32
- Files:
-
- 2 edited
-
Makefile.inc (modified) (1 diff)
-
boot/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/Makefile.inc
r48a02ef rc9ed176 72 72 endif 73 73 74 ../arch/$(ARCH)/_link.ld: ../arch/$(ARCH)/_link.ld.in74 arch/$(ARCH)/_link.ld: arch/$(ARCH)/_link.ld.in 75 75 $(CC) $(CFLAGS) -C -DBFD=${BFD} -E -x c $< | grep -v "^\#" > $@ 76 76 77 77 arch_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.c78 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 7 7 8 8 build: boot.bin 9 cp boot.bin ../../../ src/load.bin9 cp boot.bin ../../../load.bin 10 10 11 11 AS=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-as
Note:
See TracChangeset
for help on using the changeset viewer.
