Remove bb.c.

This commit is contained in:
NIIBE Yutaka
2017-12-15 15:07:48 +09:00
parent b58dd05c9d
commit f3cc662548
3 changed files with 0 additions and 105 deletions

View File

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