aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-02-11 00:02:11 +0200
committernotaz2011-02-11 00:02:11 +0200
commit384f5f43a20879e2553acd17b76e82059092fafb (patch)
tree1cb702167e36e877c109ff99a83809bdb5647cc5 /Makefile
parent3e215238e4b5f93b471679d12cd2144cb49b95b1 (diff)
downloadpcsx_rearmed-384f5f43a20879e2553acd17b76e82059092fafb.tar.gz
pcsx_rearmed-384f5f43a20879e2553acd17b76e82059092fafb.tar.bz2
pcsx_rearmed-384f5f43a20879e2553acd17b76e82059092fafb.zip
use analog handling from dfinput
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index db8e1f6..89fc2a9 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,10 @@ endif
plugins/cdrcimg/%.o: CFLAGS += -Wall
OBJS += plugins/cdrcimg/cdrcimg.o
+# dfinput
+plugins/dfinput/%.o: CFLAGS += -Wall
+OBJS += plugins/dfinput/pad.o
+
# gui
OBJS += frontend/main.o frontend/plugin.o
ifeq "$(USE_GTK)" "1"