Subversion Repositories HelenOS-historic

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 52
Line 9... Line 9...
9
CPPFLAGS=$(DEFS) -nostdinc -I../include
9
CPPFLAGS=$(DEFS) -nostdinc -I../include
10
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O2
10
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O2
11
LFLAGS=-M -no-check-sections -T ../arch/mips/_link.ld
11
LFLAGS=-M -no-check-sections -T ../arch/mips/_link.ld
12
 
12
 
13
arch_sources= \
13
arch_sources= \
14
	arch/powerpc.c
14
	arch/powerpc.c \
-
 
15
	arch/fpu_context.c