summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/common/Makefile2
-rw-r--r--uisimulator/sdl/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/common/Makefile b/uisimulator/common/Makefile
index e4f3dd93c2..1024349f71 100644
--- a/uisimulator/common/Makefile
+++ b/uisimulator/common/Makefile
@@ -23,7 +23,7 @@ RM = rm -f
23DEBUG = -g 23DEBUG = -g
24 24
25# Use this for simulator-only files 25# Use this for simulator-only files
26INCLUDES = -I. -I$(OBJDIR) -I$(FIRMDIR)/export -I$(APPSDIR) \ 26INCLUDES = -I. -I$(OBJDIR) $(TARGET_INC) -I$(FIRMDIR)/export -I$(APPSDIR) \
27-I$(ROOTDIR)/uisimulator/$(SIMVER) -I$(BUILDDIR) 27-I$(ROOTDIR)/uisimulator/$(SIMVER) -I$(BUILDDIR)
28 28
29# This sets up 'SRC' based on the files mentioned in SOURCES 29# This sets up 'SRC' based on the files mentioned in SOURCES
diff --git a/uisimulator/sdl/Makefile b/uisimulator/sdl/Makefile
index 5c5693e98c..0ebf103f0b 100644
--- a/uisimulator/sdl/Makefile
+++ b/uisimulator/sdl/Makefile
@@ -25,7 +25,7 @@ RM = rm -f
25DEBUG = -g 25DEBUG = -g
26 26
27# Use this for simulator-only files 27# Use this for simulator-only files
28INCLUDES = -I. -I$(SIMCOMMON) -I$(OBJDIR) -I$(FIRMDIR)/export -I$(APPSDIR) \ 28INCLUDES = -I. -I$(SIMCOMMON) -I$(OBJDIR) $(TARGET_INC) -I$(FIRMDIR)/export -I$(APPSDIR) \
29 -I$(BUILDDIR) 29 -I$(BUILDDIR)
30 30
31# This sets up 'SRC' based on the files mentioned in SOURCES 31# This sets up 'SRC' based on the files mentioned in SOURCES