summaryrefslogtreecommitdiffstats
path: root/input/Makefile
blob: 993c81605caf927051719136c6b2fb96ecde7106 (plain)
1
2
3
4
5
6
7
8
9
include ../config.mak

LIBNAME_MPLAYER = libinput.a

SRCS_MPLAYER              = input.c
SRCS_MPLAYER-$(JOYSTICK) += joystick.c
SRCS_MPLAYER-$(LIRC)     += lirc.c

include ../mpcommon.mak