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 77... Line 77...
77
 
77
 
78
## Accepted configuration directives
78
## Accepted configuration directives
79
#
79
#
80
 
80
 
81
ifeq ($(CONFIG_SMP),y)
81
ifeq ($(CONFIG_SMP),y)
82
	DEFS += -DSMP
82
	DEFS += -DCONFIG_SMP
83
endif
83
endif
84
ifeq ($(CONFIG_HT),y)
84
ifeq ($(CONFIG_HT),y)
85
	DEFS += -DHT
85
	DEFS += -DCONFIG_HT
86
endif
86
endif
87
ifeq ($(CONFIG_FPU_LAZY),y)
87
ifeq ($(CONFIG_FPU_LAZY),y)
88
	DEFS += -DFPU_LAZY
88
	DEFS += -DCONFIG_FPU_LAZY
89
endif
89
endif
90
 
90
 
91
ARCH_SOURCES = \
91
ARCH_SOURCES = \
92
	arch/$(ARCH)/src/context.s \
92
	arch/$(ARCH)/src/context.s \
93
	arch/$(ARCH)/src/debug/panic.s \
93
	arch/$(ARCH)/src/debug/panic.s \