Make this build with CONFIG_ARM_SEMIHOSTING_HOSTFS=y

This commit is contained in:
YAMAMOTO Takashi 2020-02-18 14:39:37 +09:00 committed by Xiang Xiao
parent 239537fd9d
commit 9d4e9ce21e

View File

@ -53,6 +53,7 @@ CMN_CSRCS += up_releasepending.c up_releasestack.c up_reprioritizertr.c
CMN_CSRCS += up_schedulesigaction.c up_sigdeliver.c up_stackframe.c
CMN_CSRCS += up_svcall.c up_trigger_irq.c up_unblocktask.c up_udelay.c
CMN_CSRCS += up_usestack.c up_vfork.c
CMN_CSRCS += up_hostfs.c
ifneq ($(CONFIG_ARCH_IDLE_CUSTOM),y)
CMN_CSRCS += up_idle.c