aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_unai
diff options
context:
space:
mode:
authornotaz2011-01-07 23:58:45 +0200
committernotaz2011-01-07 23:58:45 +0200
commitde38f20e0863e33a2a824380da5aa46b1dc39631 (patch)
tree95b9dd35b69e3bc21ce62d7f785304833f038424 /plugins/gpu_unai
parent131f0d940d328ff884503b9979f9936a36c7f0b7 (diff)
downloadpcsx_rearmed-de38f20e0863e33a2a824380da5aa46b1dc39631.tar.gz
pcsx_rearmed-de38f20e0863e33a2a824380da5aa46b1dc39631.tar.bz2
pcsx_rearmed-de38f20e0863e33a2a824380da5aa46b1dc39631.zip
allow some build customization
also correct a statement in readme.
Diffstat (limited to 'plugins/gpu_unai')
-rw-r--r--plugins/gpu_unai/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gpu_unai/Makefile b/plugins/gpu_unai/Makefile
index 636c31b..a89ca6b 100644
--- a/plugins/gpu_unai/Makefile
+++ b/plugins/gpu_unai/Makefile
@@ -11,6 +11,8 @@ CFLAGS += -fno-schedule-insns -fno-schedule-insns2
TARGET = gpuPCSX4ALL.so
LDFLAGS += -shared -Wl,-soname,$(TARGET)
+-include Makefile.local
+
all: $(TARGET)
$(TARGET): gpu.cpp ../../frontend/arm_utils.s