Subversion Repositories HelenOS-historic

Rev

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

Rev 54 Rev 59
Line 14... Line 14...
14
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O3
14
CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O3
15
LFLAGS=-EL -n -M -no-check-sections -T ../arch/ia64/_link.ld
15
LFLAGS=-EL -n -M -no-check-sections -T ../arch/ia64/_link.ld
16
 
16
 
17
arch_sources= \
17
arch_sources= \
18
	arch/start.S \
18
	arch/start.S \
-
 
19
	arch/asm.S \
19
	arch/fake.s \
20
	arch/fake.s \
20
	arch/putchar.c \
21
	arch/putchar.c \
21
	arch/ia64.c \
22
	arch/ia64.c \
22
	arch/fpu_context.c \
23
	arch/fpu_context.c \
23
	arch/context.S 
24
	arch/context.S