Subversion Repositories HelenOS-historic

Rev

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

Rev 92 Rev 108
Line 8... Line 8...
8
#SMP=__SMP__
8
#SMP=__SMP__
9
 
9
 
10
# Improved support for hyperthreading
10
# Improved support for hyperthreading
11
HT=__HT__
11
HT=__HT__
12
 
12
 
-
 
13
# General debuging and assert checking disable
-
 
14
#NDEBUG=__NDEBUG__
-
 
15
 
13
# Deadlock detection support for spinlocks.
16
# Deadlock detection support for spinlocks.
14
DEBUG_SPINLOCK=DEBUG_SPINLOCK
17
DEBUG_SPINLOCK=DEBUG_SPINLOCK
15
 
18
 
16
# Uncomment if you want to compile in userspace support
19
# Uncomment if you want to compile in userspace support
17
#USERSPACE=__USERSPACE__
20
#USERSPACE=__USERSPACE__