Subversion Repositories HelenOS-historic

Rev

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

Rev 171 Rev 179
Line 25... Line 25...
25
	synch/condvar.c \
25
	synch/condvar.c \
26
	synch/rwlock.c \
26
	synch/rwlock.c \
27
	synch/mutex.c \
27
	synch/mutex.c \
28
	synch/semaphore.c \
28
	synch/semaphore.c \
29
	synch/waitq.c \
29
	synch/waitq.c \
30
	smp/ipi.c
30
	smp/ipi.c \
-
 
31
	fb/font-8x16.c
31
 
32
 
32
ifdef DEBUG_SPINLOCK
33
ifdef DEBUG_SPINLOCK
33
CFLAGS+=-D$(DEBUG_SPINLOCK)
34
CFLAGS+=-D$(DEBUG_SPINLOCK)
34
endif
35
endif
35
 
36