aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2013-02-08 02:13:03 +0200
committernotaz2013-02-08 02:13:03 +0200
commitd57557c0644f9294e30657f0c7cf673cf2914695 (patch)
treef8623af5beeb8939631acceb2acb505c9497f71c /Makefile
parentc82f907a99f7d0d3071471489d247f4b4394a8b7 (diff)
downloadpcsx_rearmed-d57557c0644f9294e30657f0c7cf673cf2914695.tar.gz
pcsx_rearmed-d57557c0644f9294e30657f0c7cf673cf2914695.tar.bz2
pcsx_rearmed-d57557c0644f9294e30657f0c7cf673cf2914695.zip
frontend: add armv6 color space converter
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6f381c..9f8b777 100644
--- a/Makefile
+++ b/Makefile
@@ -129,6 +129,10 @@ OBJS += plugins/dfinput/main.o plugins/dfinput/pad.o plugins/dfinput/guncon.o
OBJS += frontend/cspace.o
ifeq "$(HAVE_NEON)" "1"
OBJS += frontend/cspace_neon.o
+else
+ifeq "$(ARCH)" "arm"
+OBJS += frontend/cspace_arm.o
+endif
endif
ifeq "$(PLATFORM)" "generic"