This is an automated email from the ASF dual-hosted git repository.
gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 3768511 arch/sim: Fix hostfs.h No such file or directory in makedep
3768511 is described below
commit 37685110cb450ca583c76c176dd0525edb4f809c
Author: Xiang Xiao <[email protected]>
AuthorDate: Mon May 25 21:23:11 2020 +0800
arch/sim: Fix hostfs.h No such file or directory in makedep
Signed-off-by: Xiang Xiao <[email protected]>
---
arch/sim/src/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/sim/src/Makefile b/arch/sim/src/Makefile
index bfbb841..280834a 100644
--- a/arch/sim/src/Makefile
+++ b/arch/sim/src/Makefile
@@ -38,6 +38,7 @@ include $(TOPDIR)/Make.defs
ARCH_SRCDIR = $(TOPDIR)$(DELIM)arch$(DELIM)$(CONFIG_ARCH)$(DELIM)src
+INCLUDES += ${shell $(INCDIR) "$(CC)" $(ARCH_SRCDIR)}
INCLUDES += ${shell $(INCDIR) "$(CC)" $(ARCH_SRCDIR)$(DELIM)chip}
INCLUDES += ${shell $(INCDIR) "$(CC)" $(TOPDIR)$(DELIM)sched}