From 8b6232a675c7b49bd9651805fc92917cc7a92198 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 3 Sep 2011 01:26:33 +0300 Subject: fix some warnings --- gp2x/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gp2x/Makefile') 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 -- cgit v1.2.3