Subversion Repositories HelenOS-historic

Rev

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

Rev 561 Rev 568
Line 70... Line 70...
70
	DEFS += -DCONFIG_DEBUG_SPINLOCK
70
	DEFS += -DCONFIG_DEBUG_SPINLOCK
71
endif
71
endif
72
ifeq ($(CONFIG_USERSPACE),y)
72
ifeq ($(CONFIG_USERSPACE),y)
73
	DEFS += -DCONFIG_USERSPACE
73
	DEFS += -DCONFIG_USERSPACE
74
endif
74
endif
-
 
75
ifeq ($(CONFIG_FPU_LAZY),y)
-
 
76
	DEFS += -DCONFIG_FPU_LAZY
-
 
77
endif
75
 
78
 
76
## Toolchain configuration
79
## Toolchain configuration
77
#
80
#
78
 
81
 
79
ifeq ($(COMPILER),native)
82
ifeq ($(COMPILER),native)