summaryrefslogtreecommitdiffstats
path: root/input/Makefile
blob: f43fccb6430af99027c7734858f27b743d70ca47 (plain)
1
2
3
4
5
6
7
8
9
10

include ../config.mak

LIBNAME_MPLAYER = libinput.a

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

include ../mpcommon.mak