Subversion Repositories HelenOS-historic

Rev

Rev 31 | Rev 35 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31 Rev 34
1
ARCH=ia32
1
ARCH=ia32
2
#ARCH=mips
2
#ARCH=mips
3
#ARCH=powerpc
3
#ARCH=powerpc
4
#ARCH=ia64
4
#ARCH=ia64
5
#ARCH=amd64
5
#ARCH=amd64
6
 
6
 
7
# Support for symetric multiprocessors
7
# Support for symetric multiprocessors
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
# Deadlock detection support for spinlocks.
13
# Deadlock detection support for spinlocks.
14
DEBUG_SPINLOCK=DEBUG_SPINLOCK
14
DEBUG_SPINLOCK=DEBUG_SPINLOCK
15
 
15
 
-
 
16
# Uncomment if you want to compile in userspace support
-
 
17
#USERSPACE=__USERSPACE__
-
 
18
 
16
# Uncomment if you want to run in the test mode
19
# Uncomment if you want to run in the test mode
17
TEST=__TEST__
20
#TEST=__TEST__
18
 
21
 
19
TEST_FILE=test.c
22
TEST_FILE=test.c
20
 
23
 
21
# Select what test do you want to run
24
# Select what test do you want to run
22
#TEST_DIR=synch/rwlock1/
25
#TEST_DIR=synch/rwlock1/
23
#TEST_DIR=synch/rwlock2/
26
#TEST_DIR=synch/rwlock2/
24
#TEST_DIR=synch/rwlock3/
27
#TEST_DIR=synch/rwlock3/
25
TEST_DIR=synch/rwlock4/
28
TEST_DIR=synch/rwlock4/
26
#TEST_DIR=synch/rwlock5/
29
#TEST_DIR=synch/rwlock5/
27
#TEST_DIR=synch/semaphore1/
30
#TEST_DIR=synch/semaphore1/
28
#TEST_DIR=synch/semaphore2/
31
#TEST_DIR=synch/semaphore2/
29
 
32