Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 9 → Rev 10

/SPARTAN/trunk/src/Makefile
24,7 → 24,8
synch/rwlock.c \
synch/mutex.c \
synch/semaphore.c \
synch/waitq.c
synch/waitq.c \
smp/ipi.c
 
ifdef DEBUG_SPINLOCK
CFLAGS+=-D$(DEBUG_SPINLOCK)