Subversion Repositories HelenOS

Rev

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

Rev 457 Rev 458
Line 60... Line 60...
60
 
60
 
61
ifeq ($(CONFIG_DEBUG),n)
61
ifeq ($(CONFIG_DEBUG),n)
62
	DEFS += -DNDEBUG
62
	DEFS += -DNDEBUG
63
endif
63
endif
64
ifeq ($(CONFIG_DEBUG_SPINLOCK),y)
64
ifeq ($(CONFIG_DEBUG_SPINLOCK),y)
65
	DEFS += -DDEBUG_SPINLOCK
65
	DEFS += -DCONFIG_DEBUG_SPINLOCK
66
endif
66
endif
67
 
67
 
68
## Toolchain configuration
68
## Toolchain configuration
69
#
69
#
70
 
70