aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornegativeExponent2020-10-31 07:15:03 +0800
committernegativeExponent2020-10-31 17:50:30 +0800
commit8b9b4c9f8f3d892c657e5a4ad0f799c23cfa735b (patch)
treec891d3fcbfde668fcd8633a60dbf211d608278ae /Makefile
parent2ead2fb6d618305ca48e50e1982bb7e01bf45237 (diff)
downloadpcsx_rearmed-8b9b4c9f8f3d892c657e5a4ad0f799c23cfa735b.tar.gz
pcsx_rearmed-8b9b4c9f8f3d892c657e5a4ad0f799c23cfa735b.tar.bz2
pcsx_rearmed-8b9b4c9f8f3d892c657e5a4ad0f799c23cfa735b.zip
Remove dfinput plugin from Makefile
The dfinput plugin is not used in this codebase, so remove them when compiling. Will repurpose dfinput_activate() to do out init later.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 993b05e..d751fb1 100644
--- a/Makefile
+++ b/Makefile
@@ -258,7 +258,9 @@ LDFLAGS += -lm
endif
# dfinput
+ifneq "$(PLATFORM)" "libretro"
OBJS += plugins/dfinput/main.o plugins/dfinput/pad.o plugins/dfinput/guncon.o
+endif
# frontend/gui
OBJS += frontend/cspace.o