aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2012-01-19 02:42:24 +0200
committernotaz2012-01-21 00:05:04 +0200
commit7890a708c71f94c549b3e87f7471647a014d4038 (patch)
tree7c4a815e63a86b5f14d5f55ec0eca0167385823a /Makefile
parent746fee5107b5548577f57cf2aa53e2dbb6a1dffc (diff)
downloadpcsx_rearmed-7890a708c71f94c549b3e87f7471647a014d4038.tar.gz
pcsx_rearmed-7890a708c71f94c549b3e87f7471647a014d4038.tar.bz2
pcsx_rearmed-7890a708c71f94c549b3e87f7471647a014d4038.zip
gpu-gles: add gpulib code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d40985b..9c7cba9 100644
--- a/Makefile
+++ b/Makefile
@@ -179,7 +179,7 @@ frontend/revision.h: FORCE
$(TARGET): $(OBJS)
$(CC) -o $@ $^ $(LDFLAGS) -Wl,-Map=$@.map
-PLUGINS ?= plugins/spunull/spunull.so plugins/gpu-gles/gpuGLES.so \
+PLUGINS ?= plugins/spunull/spunull.so plugins/gpu-gles/gpu_gles.so \
plugins/gpu_unai/gpu_unai.so plugins/dfxvideo/gpu_peops.so
$(PLUGINS):