minix3/drivers/bus/ti1225/Makefile

9 lines
170 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for the Texas Instruments PCI1225 PC Card controller driver (ti1225)
PROG= ti1225
SRCS= ti1225.c
DPADD+= ${LIBSYS}
LDADD+= -lsys
.include <minix.service.mk>