summaryrefslogtreecommitdiff
path: root/minix/drivers/hid/pckbd/Makefile
blob: edcfb86ece0de2e6ab00934a005d3948819b704b (plain)
1
2
3
4
5
6
7
8
# Makefile for the PC keyboard/mouse driver (PCKBD)
PROG=	pckbd
SRCS=	pckbd.c table.c

DPADD+=	${LIBINPUTDRIVER} ${LIBSYS} ${LIBTIMERS}
LDADD+=	-linputdriver -lsys -ltimers

.include <minix.service.mk>