summaryrefslogtreecommitdiff
path: root/gp2x/Makefile
diff options
context:
space:
mode:
authornotaz2009-06-06 23:33:15 +0300
committernotaz2009-06-06 23:33:15 +0300
commit638cc6264cf3e8d1f046885fb68b5a1e22729d06 (patch)
tree031b4138744685d5a7c00505ec4d5f8c38c3919e /gp2x/Makefile
parent788343bb4cbc9ae133ac748f9ce59731bad67f22 (diff)
downloadpicogpsp-638cc6264cf3e8d1f046885fb68b5a1e22729d06.tar.gz
picogpsp-638cc6264cf3e8d1f046885fb68b5a1e22729d06.tar.bz2
picogpsp-638cc6264cf3e8d1f046885fb68b5a1e22729d06.zip
cpu clock setup, save rom dir, cleanups
Diffstat (limited to 'gp2x/Makefile')
-rw-r--r--gp2x/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/gp2x/Makefile b/gp2x/Makefile
index cf0b3a5..7258644 100644
--- a/gp2x/Makefile
+++ b/gp2x/Makefile
@@ -34,7 +34,6 @@ INCLUDES = `$(PREFIX)/bin/sdl-config --cflags` -I$(PREFIX)/include
LIBS = `$(PREFIX)/bin/sdl-config --libs` \
-lm -ldl -lpthread -lz
ifneq ($(WIZ),1)
-OBJS += cpuctrl_mmsp2.o
LIBS += -static
endif