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 58... Line 58...
58
 
58
 
59
## Accepted configuration directives
59
## Accepted configuration directives
60
#
60
#
61
 
61
 
62
ifeq ($(CONFIG_SMP),y)
62
ifeq ($(CONFIG_SMP),y)
63
	DEFS += -DSMP
63
	DEFS += -DCONFIG_SMP
64
endif
64
endif
65
ifeq ($(CONFIG_HT),y)
65
ifeq ($(CONFIG_HT),y)
66
	DEFS += -DHT
66
	DEFS += -DCONFIG_HT
67
endif
67
endif
68
ifeq ($(CONFIG_FPU_LAZY),y)
68
ifeq ($(CONFIG_FPU_LAZY),y)
69
	DEFS += -DFPU_LAZY
69
	DEFS += -DCONFIG_FPU_LAZY
70
endif
70
endif
71
 
71
 
72
ARCH_SOURCES = \
72
ARCH_SOURCES = \
73
	arch/$(ARCH)/src/dummy.s \
73
	arch/$(ARCH)/src/dummy.s \
74
	arch/$(ARCH)/src/fpu_context.c \
74
	arch/$(ARCH)/src/fpu_context.c \