summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sim/src/Makefile')
-rw-r--r--nuttx/configs/sim/src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/sim/src/Makefile b/nuttx/configs/sim/src/Makefile
index 73de2f5b5..c07947f97 100644
--- a/nuttx/configs/sim/src/Makefile
+++ b/nuttx/configs/sim/src/Makefile
@@ -36,6 +36,7 @@
include $(TOPDIR)/Make.defs
CFLAGS += -I$(TOPDIR)/sched
+CFLAGS += -I$(TOPDIR)/arch/sim/src
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))