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 /apps/codecs/lib | |
| 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 'apps/codecs/lib')
| -rw-r--r-- | apps/codecs/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/lib/Makefile b/apps/codecs/lib/Makefile index 18f478c..865e3b5 100644 --- a/apps/codecs/lib/Makefile +++ b/apps/codecs/lib/Makefile @@ -10,7 +10,7 @@ # ../.. for the codec.h in the apps dir # .. for stuff in the codecs dir # . for stuff in the codeclib dir -INCLUDES=-I$(APPSDIR) -I.. -I. -I$(FIRMDIR)/include -I$(FIRMDIR)/export \ +INCLUDES=-I$(APPSDIR) -I.. -I. $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export \ -I$(FIRMDIR)/common -I$(BUILDDIR) ifdef APPEXTRA |