Subversion Repositories HelenOS-historic

Rev

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

Rev 52 Rev 54
Line 17... Line 17...
17
arch_sources= \
17
arch_sources= \
18
	arch/start.S \
18
	arch/start.S \
19
	arch/fake.s \
19
	arch/fake.s \
20
	arch/putchar.c \
20
	arch/putchar.c \
21
	arch/ia64.c \
21
	arch/ia64.c \
22
	arch/fpu_context.c
22
	arch/fpu_context.c \
23
	arch/context.S 
23
	arch/context.S 
24
	
24
	
25
 
25