summaryrefslogtreecommitdiff
path: root/gp2x/Makefile
diff options
context:
space:
mode:
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