Have a entry-gnu-linux.c.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka
2019-11-18 08:25:56 +09:00
parent c7b83fd51c
commit 858a9f5d01
4 changed files with 58 additions and 16 deletions

View File

@@ -1,6 +1,12 @@
# Chopstx make rules.
CSRC += $(CHOPSTX)/entry.c $(CHOPSTX)/chopstx.c
ifeq ($(EMULATION),)
CSRC += $(CHOPSTX)/entry.c
else
CSRC += $(CHOPSTX)/entry-gnu-linux.c
endif
CSRC += $(CHOPSTX)/chopstx.c
ifneq ($(USE_EVENTFLAG),)
CSRC += $(CHOPSTX)/eventflag.c