summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2013-06-19 12:59:12 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2013-06-19 12:59:12 +0900
commitd77204c7d536806f66d3ad0e477e8039ff441681 (patch)
treea665b32f40e39a5b6bdf62fe2f07e5fc17dea39f /rules.mk
parent058ba0f939f18d890e11828f6a2535559e72bdb7 (diff)
add timed-eventflag
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index 91c77ca..eb8c3c5 100644
--- a/rules.mk
+++ b/rules.mk
@@ -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