diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-07-27 13:27:31 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-07-27 13:27:31 +0000 |
| commit | c849219370fd65be2167a24a9f06f03bc1284ac1 (patch) | |
| tree | f86aecea35281ccd42a180c2a92a4b17fecfbcfc /uisimulator | |
| parent | 81537d49dfa871bbdd4cd83fee292b290ff3c980 (diff) | |
| download | rockbox-c849219370fd65be2167a24a9f06f03bc1284ac1.zip rockbox-c849219370fd65be2167a24a9f06f03bc1284ac1.tar.gz rockbox-c849219370fd65be2167a24a9f06f03bc1284ac1.tar.bz2 rockbox-c849219370fd65be2167a24a9f06f03bc1284ac1.tar.xz | |
Moved the X5 button driver to the target tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10339 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
| -rw-r--r-- | uisimulator/common/Makefile | 2 | ||||
| -rw-r--r-- | uisimulator/sdl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/common/Makefile b/uisimulator/common/Makefile index e4f3dd9..1024349 100644 --- a/uisimulator/common/Makefile +++ b/uisimulator/common/Makefile @@ -23,7 +23,7 @@ RM = rm -f DEBUG = -g # Use this for simulator-only files -INCLUDES = -I. -I$(OBJDIR) -I$(FIRMDIR)/export -I$(APPSDIR) \ +INCLUDES = -I. -I$(OBJDIR) $(TARGET_INC) -I$(FIRMDIR)/export -I$(APPSDIR) \ -I$(ROOTDIR)/uisimulator/$(SIMVER) -I$(BUILDDIR) # This sets up 'SRC' based on the files mentioned in SOURCES diff --git a/uisimulator/sdl/Makefile b/uisimulator/sdl/Makefile index 5c5693e..0ebf103 100644 --- a/uisimulator/sdl/Makefile +++ b/uisimulator/sdl/Makefile @@ -25,7 +25,7 @@ RM = rm -f DEBUG = -g # Use this for simulator-only files -INCLUDES = -I. -I$(SIMCOMMON) -I$(OBJDIR) -I$(FIRMDIR)/export -I$(APPSDIR) \ +INCLUDES = -I. -I$(SIMCOMMON) -I$(OBJDIR) $(TARGET_INC) -I$(FIRMDIR)/export -I$(APPSDIR) \ -I$(BUILDDIR) # This sets up 'SRC' based on the files mentioned in SOURCES |