add timed-eventflag

This commit is contained in:
NIIBE Yutaka
2013-06-19 12:59:12 +09:00
parent 058ba0f939
commit d77204c7d5
4 changed files with 104 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
# Chopstx make rules.
CSRC += $(CHOPSTX)/entry.c $(CHOPSTX)/chopstx.c
ifneq ($(USE_EVENTFLAG),)
CSRC += $(CHOPSTX)/eventflag.c
endif
INCDIR = $(CHOPSTX)
BUILDDIR = build