Remove building with NOCRYPTO option
[minix.git] / minix / drivers / bus / ti1225 / Makefile
blob1b0aa51cd88aaef8e7211137e2b8b57edc5929c2
1 # Makefile for the Texas Instruments PCI1225 PC Card controller driver (ti1225)
2 PROG= ti1225
3 SRCS= ti1225.c
5 FILES=${PROG}.conf
6 FILESNAME=${PROG}
7 FILESDIR= /etc/system.conf.d
9 DPADD+= ${LIBSYS}
10 LDADD+= -lsys
12 .include <minix.service.mk>