summaryrefslogtreecommitdiff
path: root/gp2x/Makefile
diff options
context:
space:
mode:
authornotaz2011-09-02 17:44:41 +0300
committernotaz2011-09-02 17:44:41 +0300
commitd5e0983c10e0ca717603dd1a406ff0d6e450e905 (patch)
tree99632bed2f11849a5709fb28c4d360e8efa71b09 /gp2x/Makefile
parentc3c98c2f7c4d6cb73d3f038e2730ebe791d4492e (diff)
downloadpicogpsp-d5e0983c10e0ca717603dd1a406ff0d6e450e905.tar.gz
picogpsp-d5e0983c10e0ca717603dd1a406ff0d6e450e905.tar.bz2
picogpsp-d5e0983c10e0ca717603dd1a406ff0d6e450e905.zip
move platform-independent stuff out of /gp2x.
Diffstat (limited to 'gp2x/Makefile')
-rw-r--r--gp2x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gp2x/Makefile b/gp2x/Makefile
index ed01178..2096419 100644
--- a/gp2x/Makefile
+++ b/gp2x/Makefile
@@ -20,7 +20,7 @@ endif
# Platform specific definitions
-VPATH += ..
+VPATH += .. ../arm
CFLAGS += -DARM_ARCH -DGP2X_BUILD
ifeq ($(WIZ),1)
CFLAGS += -DWIZ_BUILD