Subversion Repositories HelenOS-historic

Rev

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

Rev 457 Rev 458
Line 100... Line 100...
100
 
100
 
101
## Accepted configuration directives
101
## Accepted configuration directives
102
#
102
#
103
 
103
 
104
ifeq ($(CONFIG_FPU_LAZY),y)
104
ifeq ($(CONFIG_FPU_LAZY),y)
105
	DEFS += -DFPU_LAZY
105
	DEFS += -DCONFIG_FPU_LAZY
106
endif
106
endif
107
 
107
 
108
ARCH_SOURCES = \
108
ARCH_SOURCES = \
109
	arch/$(ARCH)/src/start.S \
109
	arch/$(ARCH)/src/start.S \
110
	arch/$(ARCH)/src/context.S \
110
	arch/$(ARCH)/src/context.S \