source: mainline/arch/ppc/Makefile.inc@ 9756131

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 9756131 was b524f816, checked in by Martin Decky <martin@…>, 20 years ago

PPC context save/restore

  • Property mode set to 100644
File size: 666 bytes
Line 
1PPC_TARGET=ppc-linux-gnu
2
3PPC_CC_DIR=/usr/local/ppc/bin
4PPC_BINUTILS_DIR=/usr/local/ppc/bin
5
6CC=$(PPC_CC_DIR)/$(PPC_TARGET)-gcc
7AS=$(PPC_BINUTILS_DIR)/$(PPC_TARGET)-as
8LD=$(PPC_BINUTILS_DIR)/$(PPC_TARGET)-ld
9
10ASFLAGS=
11
12DEFS=-DARCH=$(ARCH)
13CPPFLAGS=$(DEFS) -nostdinc -I../include
14CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O2
15LFLAGS=-M -no-check-sections -T ../arch/ppc/_link.ld
16
17arch_sources= \
18 arch/context.S \
19 arch/ppc.c \
20 arch/debug/panic.s \
21 arch/fpu_context.c \
22 arch/dummy.s \
23 arch/start.S \
24 arch/asm.s \
25 arch/mm/frame.c \
26 arch/mm/memory_init.c \
27 arch/mm/page.c \
28 arch/drivers/ofw.c
Note: See TracBrowser for help on using the repository browser.