summaryrefslogtreecommitdiff
path: root/uisimulator/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/Makefile')
-rw-r--r--uisimulator/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/Makefile b/uisimulator/common/Makefile
index f54df57b27..c892f1c615 100644
--- a/uisimulator/common/Makefile
+++ b/uisimulator/common/Makefile
@@ -24,7 +24,7 @@ DEBUG = -g
24 24
25# Use this for simulator-only files 25# Use this for simulator-only files
26INCLUDES = -I. -I$(OBJDIR) $(TARGET_INC) -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/sdl -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
30include $(TOOLSDIR)/makesrc.inc 30include $(TOOLSDIR)/makesrc.inc