Subversion Repositories HelenOS-historic

Rev

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

Rev 756 Rev 778
Line 89... Line 89...
89
	DEFS += -DCONFIG_SMP
89
	DEFS += -DCONFIG_SMP
90
endif
90
endif
91
ifeq ($(CONFIG_HT),y)
91
ifeq ($(CONFIG_HT),y)
92
	DEFS += -DCONFIG_HT
92
	DEFS += -DCONFIG_HT
93
endif
93
endif
-
 
94
ifeq ($(CONFIG_SIMICS_FIX),y)
-
 
95
	DEFS += -DCONFIG_SIMICS_FIX
-
 
96
endif
94
 
97
 
95
ARCH_SOURCES = \
98
ARCH_SOURCES = \
96
	arch/$(ARCH)/src/context.s \
99
	arch/$(ARCH)/src/context.s \
97
	arch/$(ARCH)/src/debug/panic.s \
100
	arch/$(ARCH)/src/debug/panic.s \
98
	arch/$(ARCH)/src/delay.s \
101
	arch/$(ARCH)/src/delay.s \