summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
Diffstat (limited to 'input')
-rw-r--r--input/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/input/Makefile b/input/Makefile
deleted file mode 100644
index 364d73641d..0000000000
--- a/input/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-include ../config.mak
-
-LIBNAME_MPLAYER = libinput.a
-
-SRCS_MPLAYER = input.c
-SRCS_MPLAYER-$(APPLE_REMOTE) += ar.c
-SRCS_MPLAYER-$(JOYSTICK) += joystick.c
-SRCS_MPLAYER-$(LIRC) += lirc.c
-
-include ../mpcommon.mak