Subversion Repositories HelenOS-historic

Rev

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

Rev 756 Rev 778
Line 71... Line 71...
71
endif
71
endif
72
ifeq ($(CONFIG_HT),y)
72
ifeq ($(CONFIG_HT),y)
73
	DEFS += -DCONFIG_HT
73
	DEFS += -DCONFIG_HT
74
endif
74
endif
75
 
75
 
-
 
76
ifeq ($(CONFIG_SIMICS_FIX),y)
-
 
77
	DEFS += -DCONFIG_SIMICS_FIX
-
 
78
endif
-
 
79
 
76
ARCH_SOURCES = \
80
ARCH_SOURCES = \
77
	arch/$(ARCH)/src/dummy.s \
81
	arch/$(ARCH)/src/dummy.s \
78
	arch/$(ARCH)/src/fpu_context.c \
82
	arch/$(ARCH)/src/fpu_context.c \
79
	arch/$(ARCH)/src/boot/boot.S \
83
	arch/$(ARCH)/src/boot/boot.S \
80
	arch/$(ARCH)/src/pm.c \
84
	arch/$(ARCH)/src/pm.c \