Subversion Repositories HelenOS

Rev

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

Rev 157 Rev 160
Line 10... Line 10...
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/ppc/_link.ld
11
LFLAGS=-M -no-check-sections -T ../arch/ppc/_link.ld
12
 
12
 
13
arch_sources= \
13
arch_sources= \
14
	arch/powerpc.c \
14
	arch/powerpc.c \
15
	arch/fpu_context.c
15
	arch/fpu_context.c \
-
 
16
	arch/fake.s \
-
 
17
	arch/start.S