Subversion Repositories HelenOS

Rev

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

Rev 3502 Rev 3549
Line 78... Line 78...
78
 
78
 
79
ifeq ($(CONFIG_SMP),y)
79
ifeq ($(CONFIG_SMP),y)
80
	DEFS += -DCONFIG_SMP
80
	DEFS += -DCONFIG_SMP
81
endif
81
endif
82
 
82
 
-
 
83
ifeq ($(CONFIG_SGCN),y)
-
 
84
        DEFS += -DCONFIG_SGCN
-
 
85
endif
-
 
86
 
83
ifeq ($(MACHINE),us)
87
ifeq ($(MACHINE),us)
84
    DEFS += -DUS
88
    DEFS += -DUS
85
endif
89
endif
86
 
90
 
87
ifeq ($(MACHINE),us3)
91
ifeq ($(MACHINE),us3)