xref: /minix/minix/drivers/bus/ti1225/Makefile (revision 7f5f010b)
1# Makefile for the Texas Instruments PCI1225 PC Card controller driver (ti1225)
2PROG=	ti1225
3SRCS=	ti1225.c
4
5DPADD+=	${LIBSYS}
6LDADD+=	-lsys
7
8.include <minix.service.mk>
9