Subversion Repositories HelenOS-historic

Rev

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

Rev 293 Rev 313
Line 19... Line 19...
19
LFLAGS=-mips2 -M -no-check-sections
19
LFLAGS=-mips2 -M -no-check-sections
20
 
20
 
21
arch_sources= \
21
arch_sources= \
22
	arch/start.S \
22
	arch/start.S \
23
	arch/context.S \
23
	arch/context.S \
24
	arch/panic.s \
24
	arch/panic.S \
25
	arch/mips.c \
25
	arch/mips.c \
26
	arch/dummy.s \
26
	arch/dummy.S \
27
	arch/putchar.c \
27
	arch/putchar.c \
28
	arch/asm.s \
28
	arch/asm.S \
29
	arch/exception.c \
29
	arch/exception.c \
30
	arch/interrupt.c \
30
	arch/interrupt.c \
31
	arch/cache.c \
31
	arch/cache.c \
32
	arch/cpu/cpu.c \
32
	arch/cpu/cpu.c \
33
	arch/mm/frame.c \
33
	arch/mm/frame.c \