Subversion Repositories HelenOS-historic

Rev

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

Rev 707 Rev 717
Line 67... Line 67...
67
	DEFS += -DCONFIG_DEBUG
67
	DEFS += -DCONFIG_DEBUG
68
endif
68
endif
69
ifeq ($(CONFIG_DEBUG_SPINLOCK),y)
69
ifeq ($(CONFIG_DEBUG_SPINLOCK),y)
70
	DEFS += -DCONFIG_DEBUG_SPINLOCK
70
	DEFS += -DCONFIG_DEBUG_SPINLOCK
71
endif
71
endif
72
ifeq ($(CONFIG_USERSPACE),y)
-
 
73
	DEFS += -DCONFIG_USERSPACE
-
 
74
endif
-
 
75
ifeq ($(CONFIG_FPU_LAZY),y)
72
ifeq ($(CONFIG_FPU_LAZY),y)
76
	DEFS += -DCONFIG_FPU_LAZY
73
	DEFS += -DCONFIG_FPU_LAZY
77
endif
74
endif
78
 
75
 
79
## Toolchain configuration
76
## Toolchain configuration