diff options
author | notaz | 2011-09-03 01:26:33 +0300 |
---|---|---|
committer | notaz | 2011-09-03 01:31:26 +0300 |
commit | 8b6232a675c7b49bd9651805fc92917cc7a92198 (patch) | |
tree | 8d9c7dd50673e51305537fbcb2742de073b0e297 /gp2x/Makefile | |
parent | eac69717338922e6bb55076e57d7674080291fe9 (diff) | |
download | picogpsp-8b6232a675c7b49bd9651805fc92917cc7a92198.tar.gz picogpsp-8b6232a675c7b49bd9651805fc92917cc7a92198.tar.bz2 picogpsp-8b6232a675c7b49bd9651805fc92917cc7a92198.zip |
fix some warnings
Diffstat (limited to 'gp2x/Makefile')
-rw-r--r-- | gp2x/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gp2x/Makefile b/gp2x/Makefile index 2096419..529fa37 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -4,7 +4,7 @@ # Global definitions -PREFIX = /opt/open2x/gcc-4.1.1-glibc-2.3.6 +PREFIX ?= /opt/open2x/gcc-4.1.1-glibc-2.3.6 CC = $(PREFIX)/bin/arm-open2x-linux-gcc STRIP = $(PREFIX)/bin/arm-open2x-linux-strip @@ -18,6 +18,8 @@ else BIN = gpsp_gp2x endif +-include Makefile.local + # Platform specific definitions VPATH += .. ../arm |