Add bb.c, bb.h.

This commit is contained in:
NIIBE Yutaka
2017-12-14 15:47:18 +09:00
parent ecd90b1b99
commit 9f9aeae4bf
3 changed files with 93 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
CSRC += $(CHOPSTX)/entry.c $(CHOPSTX)/chopstx.c
ifneq ($(USE_BB),)
CSRC += $(CHOPSTX)/bb.c
endif
ifneq ($(USE_EVENTFLAG),)
CSRC += $(CHOPSTX)/eventflag.c
endif