Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 10 → Rev 9

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