diff options
author | notaz | 2009-06-06 23:33:15 +0300 |
---|---|---|
committer | notaz | 2009-06-06 23:33:15 +0300 |
commit | 638cc6264cf3e8d1f046885fb68b5a1e22729d06 (patch) | |
tree | 031b4138744685d5a7c00505ec4d5f8c38c3919e /gp2x/Makefile | |
parent | 788343bb4cbc9ae133ac748f9ce59731bad67f22 (diff) | |
download | picogpsp-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/Makefile | 1 |
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 |