X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2FMakefile;fp=gp2x%2FMakefile;h=529fa3793eb8f3c41c27670854e1a3b2a6d0edfe;hb=8b6232a675c7b49bd9651805fc92917cc7a92198;hp=20964197516e9194c9aa460ba6bb6805c027a10b;hpb=eac69717338922e6bb55076e57d7674080291fe9;p=gpsp.git 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