aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-10-30 21:29:01 +0200
committernotaz2011-10-30 23:57:12 +0200
commit221be40d20d1fc4e1c597b087ea54130b80739f1 (patch)
tree22c29caf0dc11964461b3e076299c78081f2562f /Makefile
parent50306d8d6e20ede70c2dea274ae1099082aea88f (diff)
downloadpcsx_rearmed-221be40d20d1fc4e1c597b087ea54130b80739f1.tar.gz
pcsx_rearmed-221be40d20d1fc4e1c597b087ea54130b80739f1.tar.bz2
pcsx_rearmed-221be40d20d1fc4e1c597b087ea54130b80739f1.zip
frontend: input driver and volume control for Wiz
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b25c861..7288ef1 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,7 @@ OBJS += frontend/plat_pandora.o
else
ifeq "$(PLATFORM)" "caanoo"
OBJS += frontend/plat_pollux.o frontend/in_tsbutton.o frontend/blit320.o
-OBJS += frontend/warm/warm.o
+OBJS += frontend/gp2x/in_gp2x.o frontend/warm/warm.o
else
OBJS += frontend/plat_dummy.o
endif