Subversion Repositories HelenOS

Rev

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

Rev 3343 Rev 3365
Line 74... Line 74...
74
 
74
 
75
ifeq ($(CONFIG_SMP),y)
75
ifeq ($(CONFIG_SMP),y)
76
	DEFS += -DCONFIG_SMP
76
	DEFS += -DCONFIG_SMP
77
endif
77
endif
78
 
78
 
-
 
79
ifeq ($(MACHINE),us2)
-
 
80
    DEFS += -DUS2
-
 
81
endif
-
 
82
 
-
 
83
ifeq ($(MACHINE),us3)
-
 
84
	DEFS += -DUS3
-
 
85
endif
-
 
86
 
79
ARCH_SOURCES = \
87
ARCH_SOURCES = \
80
	arch/$(ARCH)/src/cpu/cpu.c \
88
	arch/$(ARCH)/src/cpu/cpu.c \
81
	arch/$(ARCH)/src/asm.S \
89
	arch/$(ARCH)/src/asm.S \
82
	arch/$(ARCH)/src/panic.S \
90
	arch/$(ARCH)/src/panic.S \
83
	arch/$(ARCH)/src/console.c \
91
	arch/$(ARCH)/src/console.c \