Subversion Repositories HelenOS

Rev

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

Rev 2479 Rev 2482
Line 37... Line 37...
37
ifeq ($(CONFIG_MIPS_FPU),y)
37
ifeq ($(CONFIG_MIPS_FPU),y)
38
	CFLAGS += -DCONFIG_MIPS_FPU
38
	CFLAGS += -DCONFIG_MIPS_FPU
39
endif
39
endif
40
 
40
 
41
ARCH_SOURCES += arch/$(ARCH)/src/syscall.c \
41
ARCH_SOURCES += arch/$(ARCH)/src/syscall.c \
42
	arch/$(ARCH)/src/psthread.S \
42
	arch/$(ARCH)/src/fibril.S \
43
	arch/$(ARCH)/src/thread.c
43
	arch/$(ARCH)/src/thread.c
44
 
44
 
45
 
45
 
46
BFD_ARCH = mips
46
BFD_ARCH = mips
47
BFD_NAME = elf32-little
47
BFD_NAME = elf32-little